TrackMate-AI / core /config /mcp_config.json
Abhishek
Adding the application.
2a902a6
raw
history blame contribute delete
555 Bytes
{
"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"
}
}