AxMCPRequestOptions
Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/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. |