Explore Codebase Use the code-review-graph MCP tools to explore and understand the codebase. Steps 1. Run to see overall codebase metrics. 2. Run for high-level community structure. 3. Use to find major modules, then for details. 4. Use to find specific functions or classes. 5. Use with patterns like , , to trace relationships. 6. Use and to understand execution paths. Tips - Start broad (stats, architecture) then narrow down to specific areas. - Use on a file to see all its functions and classes. - Use to identify complex code. Token Efficiency Rules - ALWAYS start with before any other grap…