Skip to main content
Defined in: server/FastMCP.ts:50

Properties

issuerUrl?

optional issuerUrl?: URL;
Defined in: server/FastMCP.ts:57 Issuer URL for the OAuth server (used in metadata endpoints). Defaults to the HTTP server’s bound address when not specified.

provider

provider: OAuthServerProvider;
Defined in: server/FastMCP.ts:52 OAuth server provider implementing the authorization and token flow.

scopes?

optional scopes?: string[];
Defined in: server/FastMCP.ts:59 Scopes supported by this server, advertised in OAuth metadata.