e7372b0ccb
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
13 lines
175 B
JSON
13 lines
175 B
JSON
{
|
|
"mcpServers": {
|
|
"code-review-graph": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"code-review-graph",
|
|
"serve"
|
|
],
|
|
"type": "stdio"
|
|
}
|
|
}
|
|
}
|