Files
agent/examples/mcp_modes/config/mcp_servers.json
2025-09-01 11:59:17 +08:00

14 lines
252 B
JSON

{
"servers": {
"weather": {
"url": "http://127.0.0.1:8000/mcp/",
"transport": "streamable_http"
},
"airbnb": {
"command": "npx",
"args": ["-y", "@openbnb/mcp-server-airbnb"],
"transport": "stdio"
}
}
}