← Back to Plugins
MCP Server MCP

io.github.nithishr/mcp-multi-poc-beta

github By github 👁 1 views ▲ 0 votes

PoC beta server - extras-gated deps, subcommand selection, same PyPI package as alpha.

Homepage Verified source GitHub

Install

uvx mcp-multi-poc

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-multi-poc",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Install with the beta extra (extras are not allowed in identifier)",
          "isRequired": true,
          "value": "mcp-multi-poc[beta]",
          "type": "named",
          "name": "--from"
        }
      ],
      "packageArguments": [
        {
          "description": "Run the beta MCP server (requires the beta extra)",
          "isRequired": true,
          "value": "beta",
          "type": "positional",
          "valueHint": "beta"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...