Source:
packages/fabric-mcp/src/tools.tsmcpgeneratedfabric_list_snapshots
List cloud snapshots for a repo. Returns snapshot_id, device_id, size, created_at, sha256 for each. Accepts the same workspace / local_only opt-ins as fabric_sync_now so non-git or workspace-tagged snapshots are listable.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
repo_root | string | yes | Absolute path to the repo root; used to derive repo_id when neither workspace nor local_only is set. |
local_only | boolean | no | List machine-local snapshots for this path. Ignored when the repo has a git remote or workspace is set. (default: false) |
workspace | string | no | Optional workspace name. Lists snapshots tagged with fabric_sync_now workspace=<same>. |
Source
Source: packages/fabric-mcp/src/tools.ts
