src

The src/ directory contains the core jcodemunch_mcp Python package — the entire MCP server implementation. This is where all production logic lives.

Sub-modules

parser/

The parsing engine that extracts symbols from source code using tree-sitter grammars. Key components include:

parser/context/

Ecosystem context providers that enrich files with business metadata:

storage/

Persistence and index management:

tools/

MCP-compatible tool endpoints for querying the index: