AxMCPStreamableHTTPTransportOptions Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxMCPStreamableHTTPTransportOptions.md interface AxMCPStreamableHTTPTransportOptions

AxMCPStreamableHTTPTransportOptions

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/mcp/transports/options.ts#L4

Properties

PropertyTypeDescription
authorization?string-
headers?Record<string, string>-
legacySSEFallback?booleanAttempt legacy HTTP+SSE fallback when an initialize POST gets a legacy status. Defaults to false; use AxMCPHTTPSSETransport when you know the server is legacy SSE-only.
oauth?AxMCPOAuthOptions-
ssrfProtection?AxMCPSSRFProtectionOptionsSSRF protection for the configured MCP endpoint. HTTPS and public hosts are required by default; set allowHTTP/allowLoopback for controlled local development, or disabled for trusted test fixtures.
Docs