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

    Variable httpBootstrapFatalMessageConst

    httpBootstrapFatalMessage: (err: unknown) => string = bootstrapErrorMessage

    Sanitized bootstrap error formatter used by the HTTP binary path and tests.

    Type Declaration

      • (err: unknown): string
      • Format a bootstrap error for stderr with configured secrets redacted.

        Parameters

        • err: unknown

          Error or thrown value to format.

        Returns string

        Sanitized bootstrap error message.