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

fabric_staleness

Does the indexed state match disk? For each file, compares on-disk mtime against the timestamp captured when the file was indexed and returns a status: FRESH (in sync), STALE (disk modified since index — run fabric_reindex), MISSING (file was indexed but has been deleted), or UNINDEXED (no nodes for this path). Also reports drift_seconds so you can see how stale. Accepts absolute or repo-relative paths. The single best check before trusting any other tool's output on recent code.

Input schema

FieldTypeRequiredDescription
filesarrayyesFile paths to check. Absolute or repo-relative. (items: string)

Source

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