An MCP (Model Context Protocol) server that exposes tree-sitter-based code navigation as tools for AI assistants. Instead of shelling out to `grep`/`cat`/`find`, AI agents can use three purpose-built tools to explore codebases via AST-level queries.
An MCP (Model Context Protocol) server that exposes tree-sitter-based code navigation as tools for AI assistants. Instead of shelling out to `grep`/`cat`/`find`, AI agents can use three purpose-built tools to explore codebases via AST-level queries. Initializes or refreshes the tree-sitter symbol index for the current working directory. Must be called once at the start of a session before using `code_symbols` or `code_query`.