AxMCPStreamableHTTPTransportOptions
Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/mcp/transports/options.ts#L4
Properties
| Property | Type | Description |
|---|
authorization? | string | - |
headers? | Record<string, string> | - |
legacySSEFallback? | boolean | Attempt 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? | AxMCPSSRFProtectionOptions | SSRF 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. |