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