Source:
packages/fabric-mcp/src/tools.tsmcpgeneratedfabric_reindex
Call after editing files to keep the graph current without reparsing the whole repo. Accepts absolute OR repo-relative paths (both resolve against the index root captured at fabric_index time — path shape no longer matters). Removes stale nodes + edges for each file, re-parses, and resolves cross-file call references. Response reports updated/removed/new counts and wall time.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
changed_files | array | yes | Files to reindex. Absolute or repo-relative, your choice. (items: string) |
Source
Source: packages/fabric-mcp/src/tools.ts
