Spaces:
Runtime error
Runtime error
| { | |
| "math": { | |
| "command": "python", | |
| "args": ["core/mcp_tools/math_server.py"], | |
| "transport": "stdio" | |
| }, | |
| "weather": { | |
| "command": "python", | |
| "args": ["core/mcp_tools/weather_server.py"], | |
| "transport": "stdio" | |
| }, | |
| "global_disruptions": { | |
| "command": "python", | |
| "args": ["core/mcp_tools/global_disruptions_server.py"], | |
| "transport": "stdio" | |
| }, | |
| "erp": { | |
| "command": "python", | |
| "args": ["core/mcp_tools/erp_server.py"], | |
| "transport": "stdio" | |
| } | |
| } | |