Source:
packages/fabric-mcp/src/tools.tsmcpgeneratedfabric_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
| Field | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max files to return. Default 20, capped at 200. (default: 20) |
source_id | string | no | Optional 16-hex source id for explicit scoping. Defaults to active source. |
Source
Source: packages/fabric-mcp/src/tools.ts
