Revert "chore(tooling): wire CodeGraph MCP server + agent guidance"

This reverts commit 1ad7071aa0.
This commit is contained in:
Junyan Qin
2026-06-03 23:17:34 +08:00
parent 1ad7071aa0
commit b9560b26ff
2 changed files with 5 additions and 60 deletions

View File

@@ -10,19 +10,13 @@
"sequential-thinking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
"env": {}
},
"github": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
}
@@ -30,27 +24,14 @@
"fetch": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-fetch"
],
"args": ["mcp-server-fetch"],
"env": {}
},
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
],
"args": ["-y", "@playwright/mcp@latest"],
"env": {}
},
"codegraph": {
"type": "stdio",
"command": "codegraph",
"args": [
"serve",
"--mcp"
]
}
}
}