chore: wire up code-review-graph MCP server
Lint & Test / test (push) Successful in 11s

- Add .mcp.json registering code-review-graph (uvx, stdio)
- Document the MCP tools in CLAUDE.md so the assistant prefers
  graph queries over Grep/Glob/Read for structural exploration
- Ignore .code-review-graph/ index directory
This commit is contained in:
2026-05-01 11:28:22 +03:00
parent ec5178142e
commit e7372b0ccb
3 changed files with 53 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"code-review-graph": {
"command": "uvx",
"args": [
"code-review-graph",
"serve"
],
"type": "stdio"
}
}
}