Skip to content

Commit cf6addf

Browse files
VoxCore84claude
andcommitted
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

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__pycache__/
2+
*.pyc

0 commit comments

Comments
 (0)