AxMCPFetchOptions
type AxMCPFetchOptions = RequestInit & object;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/mcp/util/ssrf.ts#L34
Type declaration
| Name | Type | Description |
|---|---|---|
fetch? | typeof globalThis.fetch | Host fetch implementation, including an mTLS-capable TLS stack if needed. |
maxRedirects? | number | - |
ssrfContext? | AxMCPSSRFProtectionContext | - |
ssrfProtection? | AxMCPSSRFProtectionOptions | - |