← Back to Plugins
MCP Server MCP

Learning Model Context Protocol

github By github 👁 2 views ▲ 0 votes

MCP server that can perform basic arithmetic operations and parse/evaluate arithmetic expressions.

Homepage Verified source GitHub

Install

uvx mcp-learning

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-learning",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:8000/mcp"
      },
      "runtimeArguments": [
        {
          "description": "Resolve console scripts from the published package.",
          "value": "mcp-learning",
          "type": "named",
          "name": "--from"
        },
        {
          "description": "Invoke the entry point that starts the MCP server.",
          "value": "mcp-server",
          "type": "positional"
        },
        {
          "description": "Log level for server output.",
          "value": "{log_level}",
          "default": "WARNING",
          "choices": [
            "DEBUG",
            "INFO",
            "WARNING",
            "ERROR",
            "CRITICAL"
          ],
          "type": "named",
          "name": "--log_level"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...