@backblaze-labs/b2-mcp
    Preparing search index...

    Interface SecretSinkFileConfig

    Durable secret sink configuration for local file storage.

    interface SecretSinkFileConfig {
        filePath: string;
        mode: "file";
    }
    Index
    filePath: string

    Absolute or process-relative path to the secret sink ledger file.

    mode: "file"

    Sink mode that stores one-time secrets in a local JSONL ledger.