|
|
@@ -397,6 +397,7 @@ When running as an MCP server, CodeGraph exposes these tools to Claude Code:
|
|
|
|------|---------|
|
|
|
| `codegraph_search` | Find symbols by name across the codebase |
|
|
|
| `codegraph_context` | Build relevant code context for a task |
|
|
|
+| `codegraph_trace` | Trace the call path between two symbols ("how does X reach Y") in one call — each hop with its body inline, following dynamic-dispatch hops (callbacks, React re-render, interface→impl) that grep can't |
|
|
|
| `codegraph_callers` | Find what calls a function |
|
|
|
| `codegraph_callees` | Find what a function calls |
|
|
|
| `codegraph_impact` | Analyze what code is affected by changing a symbol |
|