File size: 477 Bytes
dff71a5
 
 
90732c0
dff71a5
 
 
90732c0
dff71a5
 
 
 
 
90732c0
dff71a5
 
 
90732c0
dff71a5
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "servers": {
    "news_server": {
      "url": "http://localhost:8002/mcp",
      "transport": "streamable_http"
    },
    "stock_server": {
      "url": "http://localhost:8001/mcp",
      "transport": "streamable_http"
    }
  },
  "railway": {
    "news_server": {
      "url": "http://localhost:$PORT+2/mcp",
      "transport": "streamable_http"
    },
    "stock_server": {
      "url": "http://localhost:$PORT+1/mcp",
      "transport": "streamable_http"
    }
  }
}