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

    Function registerBucketTools

    • Register B2 native bucket and notification-rule tools.

      Parameters

      • server: ToolRegistrar

        Tool registrar receiving the bucket tools.

      • client: B2Client

        Repository-owned B2 native client.

      • config: B2Config

        Server configuration used for destructive policy.

      Returns void

      This family covers control-plane bucket operations: listing, creating, updating, deleting, and reading or replacing bucket notification rules. Destructive or protection-weakening operations call the shared destructive gate before reaching the B2 SDK boundary.

      registerBucketTools(registrar, b2Client, config);