MCP Settings Configuration
{
"weather": {
"stdio": {
"command": "python3",
"args": [
"-m", "mcpuniverse.mcp.servers.weather"
]
},
"sse": {
"command": "python3",
"args": [
"-m", "mcpworld.mcp.servers.weather",
"--transport", "sse",
"--port", "{{PORT}}"
]
}
}
}