Expand description
High-level project parsing API for library and MCP consumers.
Enums§
Functions§
- parse_
project - Parse an entire workspace and return a queryable in-memory graph.
- parse_
project_ async - Async parse for Tokio runtimes (MCP). Same as
parse_projectincluding optional compression. - refresh_
files - Incrementally refresh changed files in an existing graph.