Files

18 lines
346 B
JSON

{
"servers": {
"math": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-math"],
},
"weather": {
"transport": "sse",
"url": "http://localhost:8000/sse"
},
"custom-server": {
"transport": "stdio",
"command": "node",
"args": ["./examples/custom_server.js"]
}
}
}