feat: add code-review-graph integration and update project configuration

This commit is contained in:
MythEclipse
2026-05-07 19:13:00 +07:00
parent 86ca59ad8e
commit 9448a9cc7a
13 changed files with 288 additions and 41 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"code-review-graph": {
"command": "uvx",
"args": [
"code-review-graph",
"serve"
],
"type": "stdio"
}
}
}