update some proxy tool query methods

This commit is contained in:
lda
2026-04-30 07:35:18 +07:00 Verified
parent 2a1b695213
commit c4a68135fd
5 changed files with 247 additions and 18 deletions
+4 -7
View File
@@ -9,9 +9,7 @@
"metadata": {
"transport": "stdio",
"command": "pnpx",
"args": [
"@upstash/context7-mcp"
],
"args": ["@upstash/context7-mcp"],
"env": {}
}
},
@@ -25,7 +23,8 @@
"command": "serena",
"args": [
"start-mcp-server",
"--enable-web-dashboard=true"
"--enable-web-dashboard=true",
"--project-from-cwd"
],
"env": {}
}
@@ -38,9 +37,7 @@
"metadata": {
"transport": "stdio",
"command": "pnpx",
"args": [
"@modelcontextprotocol/server-everything"
],
"args": ["@modelcontextprotocol/server-everything"],
"env": {}
}
}