This project uses CodeXRay for semantic code intelligence. Use these MCP tools instead of scanning files.
- codexray_overview → project structure, languages, key symbols (START HERE)
- codexray_context → task-relevant code + snippets (replaces 5-10 file reads)
- codexray_search → find symbols by name/keyword (faster than grep/glob)
- codexray_semantic → find code by meaning ("authentication" → login, validateToken)
- codexray_node → detailed symbol info + full source code
- codexray_callers/callees → trace call relationships
- codexray_deps → full dependency tree of any symbol
- codexray_path → shortest connection between two symbols
- codexray_impact → blast radius analysis before changes
- codexray_hotspots → most critical/connected symbols
- codexray_deadcode → find unused functions/classes
- codexray_circular → detect circular dependencies
- codexray_complexity → find high-complexity functions
- codexray_files → browse file structure with stats
- codexray_status → index health check
Query the graph instead of scanning files. One codexray_context call replaces 5-10 file reads.