Neural network background
Source: packages/fabric-mcp/src/tools.tsmcpgenerated

fabric_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

FieldTypeRequiredDescription
changed_filesarrayyesFiles to reindex. Absolute or repo-relative, your choice. (items: string)

Source

Source: packages/fabric-mcp/src/tools.ts