Source:
packages/fabric-mcp/src/tools.tsmcpgeneratedfabric_pull
Restore a snapshot from the Fabric cloud into the local LMDB dir. Refuses if target already has data unless force=true (old data.mdb is preserved as data.mdb.bak-<ts>). 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 an existing local LMDB. Default false. (default: false) |
Source
Source: packages/fabric-mcp/src/tools.ts
