AxMCPRequestOptions
Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/mcp/transport.ts#L9
Properties
| Property | Type | Description |
|---|---|---|
headers? | Readonly<Record<string, string>> | Additional headers for this request when the transport supports them. |
logLevel? | AxMCPLoggingLevel | Overrides the desired modern per-request logging level. |
signal? | AbortSignal | - |
taskHandling? | "await" | "expose" | Await modern task results or expose the durable task handle. |