MCP TypeScript SDK (V2)
    Preparing search index...

    Variable OAuthErrorResponseSchemaConst

    OAuthErrorResponseSchema: ZodObject<
        {
            error: ZodString;
            error_description: ZodOptional<ZodString>;
            error_uri: ZodOptional<ZodString>;
        },
        $strip,
    > = ...

    OAuth 2.1 error response