@mcp-z/oauth
    Preparing search index...

    Interface DcrErrorResponse

    DCR error response per RFC 7591 Section 3.2.2

    Authorization server returns HTTP 400 with error details when registration fails due to invalid metadata or policy violations.

    interface DcrErrorResponse {
        error: string;
        error_description?: string;
    }
    Index

    Properties

    error: string

    REQUIRED: Single ASCII error code string

    error_description?: string

    OPTIONAL: Human-readable ASCII description