23 lines
428 B
JSON
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
|
|
}
|
|
}
|
|
}
|