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

    Function registerS3ExtraTools

    • Minimal S3-compatible "extras". Trimmed to the one tool with no native equivalent: s3_get_bucket_location (region / location-constraint probe used by the bucket/S3-compatibility validator skill). Everything else here duplicated native b2_* tools and was removed.

      Parameters

      • server: ToolRegistrar

        Tool registrar receiving S3 extra tools.

      • s3: Pick<B2S3PeerClient, "getBucketLocation">

        Repository-owned S3-compatible client facade.

      Returns void

      registerS3ExtraTools(registrar, s3Client);