mcp_engram_recall_in_file
Find all AST concepts defined within a specified line range of a file by querying bounding box coordinates stored during workspace ingestion.
Instructions
Spatial recall: find all AST concepts defined within a specific line range of a file. Queries the aabb_min/max bounding box coordinates stored when the daemon ingested the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_line | No | Last line of the range (0-indexed, inclusive). Default: 999999 | |
| file_stem | Yes | The file stem to match (e.g. 'store' for store.rs, 'daemon' for daemon.rs) | |
| k | No | Max results to return (default: 20) | |
| start_line | No | First line of the range (0-indexed, inclusive). Default: 0 |