新增CodeGraph

This commit is contained in:
2026-06-30 21:04:56 +08:00
parent 1489f33d9d
commit ae3fcab777
3 changed files with 11 additions and 2 deletions
+4
View File
@@ -10,6 +10,10 @@
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
},
"codegraph": {
"command": "codegraph",
"args": ["serve", "--mcp"]
}
}
}