AxMCPFetchOptions
type AxMCPFetchOptions = RequestInit & object;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/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 | - |