Files
MP-Manager/.mcp.json
T
2026-05-30 14:31:19 -06:00

10 lines
132 B
JSON

{
"mcpServers": {
"mp-manager": {
"command": "python",
"args": ["-m", "mcp_server"],
"cwd": "."
}
}
}