MCP Server
MCP
io.github.nithishr/mcp-multi-poc-beta
PoC beta server - extras-gated deps, subcommand selection, same PyPI package as alpha.
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
By
Comments
Sign in to leave a comment