Source:
packages/fabric-mcp/src/tools.tsmcpgeneratedfabric_pull
Restore a snapshot from the Fabric cloud into the local index. Refuses if target already has data unless force=true (existing data is preserved as a backup). Intended for fresh-laptop disaster recovery.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
snapshot_id | string | yes | Snapshot UUID from fabric_list_snapshots. |
force | boolean | no | Overwrite the existing local index. Default false. (default: false) |
Source
Source: packages/fabric-mcp/src/tools.ts
