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

    Function executeDurableSecretOperation

    • Execute a provider operation that creates durable one-time secret material.

      Type Parameters

      • T

      Parameters

      Returns Promise<StructuredToolResult>

      Structured MCP tool result for the configured sink mode.

      File mode claims an idempotency lock, stores the secret-bearing result out of band, returns only a redacted projection, and attempts provider-side cleanup when the sink write fails. Inline mode returns the explicit inline projection with a warning.

      Error when provider creation fails or file-sink storage cannot be completed safely.