@modelcontextprotocol/sdk
    Preparing search index...

    Type Alias AuthMetadataOptions

    type AuthMetadataOptions = {
        oauthMetadata: OAuthMetadata;
        resourceName?: string;
        resourceServerUrl: URL;
        scopesSupported?: string[];
        serviceDocumentationUrl?: URL;
    }
    Index

    Properties

    oauthMetadata: OAuthMetadata

    OAuth Metadata as would be returned from the authorization server this MCP server relies on

    resourceName?: string

    An optional resource name to display in resource metadata

    resourceServerUrl: URL

    The url of the MCP server, for use in protected resource metadata

    scopesSupported?: string[]

    An optional list of scopes supported by this MCP server

    serviceDocumentationUrl?: URL

    The url for documentation for the MCP server