@modelcontextprotocol/sdk
    Preparing search index...

    Variable OAuthClientRegistrationErrorSchemaConst

    OAuthClientRegistrationErrorSchema: ZodObject<
        { error: ZodString; error_description: ZodOptional<ZodString> },
        "strip",
        ZodTypeAny,
        { error: string; error_description?: string },
        { error: string; error_description?: string },
    > = ...

    RFC 7591 OAuth 2.0 Dynamic Client Registration error response