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

    Options for creating a StaticPrivateKeyJwtProvider.

    interface StaticPrivateKeyJwtProviderOptions {
        clientId: string;
        clientName?: string;
        jwtBearerAssertion: string;
    }
    Index

    Properties

    clientId: string

    The client_id for this OAuth client.

    clientName?: string

    Optional client name for metadata.

    jwtBearerAssertion: string

    A pre-built JWT client assertion to use for authentication.

    This token should already contain the appropriate claims (iss, sub, aud, exp, etc.) and be signed by the client's key.