mcp-config.jsonโข648 B
{
"mcpServers": {
"weather-mcp-server-local": {
"transport": {
"type": "http",
"url": "http://localhost:8000/mcp/stream"
},
"name": "Weather MCP Server (Local - Node.js)",
"description": "MCP Server with weather forecast and alerts tools running locally on Node.js"
},
"weather-mcp-server-azure": {
"transport": {
"type": "http",
"url": "https://<APP-SERVICE-NAME>.azurewebsites.net/mcp/stream"
},
"name": "Weather MCP Server (Azure - Node.js)",
"description": "MCP Server with weather forecast and alerts tools hosted on Azure with Node.js"
}
}
}