refresh
Rebuild the structural graph of a codebase after major edits, using tree-sitter AST parsing for 20 languages. Incremental by default; set full=true to force a clean reparse.
Instructions
(Re)build the structural graph with tree-sitter AST parsing across 20 languages, running the cross-stack resolvers (HTTP, gRPC, GraphQL, WebSocket, queues, events, CLI). Incremental by default — only changed files re-parse — so it's cheap to call after edits; set full=true to force a clean reparse. Accepts a local path or a git URL (cloned on demand). Call after a major refactor; routine edits are picked up automatically by the file watcher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Force a full reparse instead of reusing the per-file parse cache. Default False (incremental — only changed files re-parse, so this is cheap after edits). | |
| repo_path | No | Path or git URL to (re)scan. Blank = the repo the server is serving. A different path/URL retargets the server at it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |