修改 vscode 接入的方式

vscode 接入的方式,更换成新的 StreamHTTP 的方式
This commit is contained in:
zy
2025-09-06 21:04:37 +08:00
parent 8c68283edb
commit f7ce2a7b16
7 changed files with 33 additions and 86 deletions

9
.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"servers": {
"xiaohongshu-mcp": {
"url": "http://localhost:18060/mcp",
"type": "http"
}
},
"inputs": []
}