add mcp use method

This commit is contained in:
2025-09-01 11:59:17 +08:00
parent 9435767fb1
commit 87a7f3f9df
7 changed files with 559 additions and 0 deletions

View File

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