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

fabric_recent_changes

Files sorted by recency — discover what changed most recently without enumerating paths first. Returns the top N MOD nodes sorted by MAX(disk_mtime, indexed_at) desc, each with drift/staleness + tier + node count. Pair with fabric_reindex to catch up stale entries before a query. The inverse of fabric_staleness: instead of "are these files in sync?", asks "what did I touch recently?"

Input schema

FieldTypeRequiredDescription
limitnumbernoMax files to return. Default 20, capped at 200. (default: 20)
source_idstringnoOptional 16-hex source id for explicit scoping. Defaults to active source.

Source

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