Commit cf6addf
Initial commit: hybrid ctags+clangd code intelligence MCP server
3-file FastMCP server providing 8 code intelligence tools:
- Tier 1 (ctags, instant): find_definition, find_references, list_symbols, search_symbol, rebuild_index
- Tier 2 (clangd, lazy): hover_info, class_hierarchy, call_hierarchy
416K symbols, 2,288 files indexed from TrinityCore C++ codebase.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>0 parents commit cf6addf
4 files changed
Lines changed: 1312 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments