feat: code-review-graph

This commit is contained in:
skytek_xinliang
2026-04-30 14:06:30 +08:00
parent 3b1ac6df92
commit 6eab4d9744
11 changed files with 248 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"code-review-graph": {
"command": "uvx",
"args": [
"code-review-graph",
"serve"
],
"type": "stdio"
}
}
}