Files
AILab/bbit_ai/app/mcp_local/config/mcp_config.json
T
2025-11-05 18:04:36 +08:00

23 lines
428 B
JSON

{
"mcpServers": {
"local-stdio-calculator": {
"type": "stdio",
"command": "python",
"args": [
"-m",
"mcp_local.aggregate"
]
},
"remote-sse-server": {
"type": "sse",
"url": "https://api.example.com/sse",
"disabled": true
},
"remote-http-server": {
"type": "http",
"url": "https://api.example.com/mcp",
"disabled": true
}
}
}