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

fabric_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

FieldTypeRequiredDescription
snapshot_idstringyesSnapshot UUID from fabric_list_snapshots.
forcebooleannoOverwrite an existing local LMDB. Default false. (default: false)

Source

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