mcp_engram_force_spatial_ingest
Force tree-sitter AST extraction and ingestion on specified files or directories, enabling agent-driven historical spatial bootstrap without manual file saves.
Instructions
Item 1.5 bootstrap tool: Force the daemon to perform tree-sitter AST extraction and ingestion on a list of files or an entire directory, without requiring actual file system save events. This enables clean, agent-driven historical spatial bootstrap instead of manual open+save.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | List of absolute file paths to ingest. If a directory is passed, it will be walked recursively (respecting basic ignores). | |
| recursive | No | If true and a directory is provided in paths, walk it recursively. |