← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

PoC Q5b: run a differently-named console script via a positional runtimeArgument.

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 the real package with the beta extra",
          "isRequired": true,
          "value": "mcp-multi-poc[beta]",
          "type": "named",
          "name": "--from"
        },
        {
          "description": "The console script uvx should run; the identifier appended after this becomes a stray arg the server ignores",
          "isRequired": true,
          "value": "mcp-multi-poc-beta",
          "type": "positional",
          "valueHint": "mcp-multi-poc-beta"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...