MCP Server
MCP
io.github.nithishr/mcp-multi-poc-beta-script
PoC Q5b: run a differently-named console script via a positional runtimeArgument.
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
By
Comments
Sign in to leave a comment