AxMCPMTLSOptions
Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/mcp/oauth/types.ts#L114
Properties
| Property | Type | Description |
|---|
fetch | { (input: URL | RequestInfo, init?: RequestInit): Promise<Response>; (input: string | URL | Request, init?: RequestInit): Promise<Response>; } | Fetch implementation whose host TLS stack presents the configured client certificate. Browsers may satisfy this through their certificate UI; server runtimes typically inject an agent/dispatcher-backed fetch. |
requireCertificateBoundAccessTokens? | boolean | Require RFC 8705 certificate-bound access tokens in AS metadata. |