mcp-proxy 也可以用了

This commit is contained in:
Sense T
2026-05-29 02:49:35 +00:00
parent fb406639e5
commit 0f6c3ff585
5 changed files with 117 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}