forked from lingyuzeng/agent
14 lines
252 B
JSON
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"
|
|
}
|
|
}
|
|
}
|