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

    Interface SanitizerOptions

    Runtime options that influence secret redaction.

    interface SanitizerOptions {
        env?: ProcessEnv;
        secrets?: Iterable<unknown, any, any>;
    }
    Index
    env?: ProcessEnv

    Environment used to discover configured secret values.

    secrets?: Iterable<unknown, any, any>

    Additional concrete secret values to redact from text and structured data.