AxMCPEventSourceOptions
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/mcpSource.ts#L36
Properties
| Property | Type | Description |
|---|---|---|
client | AxMCPClient | - |
id? | string | - |
identity? | Readonly<AxEventIdentity> | - |
reconnectDelayMs? | number | - |
requiresDurable? | boolean | - |
resolveIdentity? | (event: Readonly<AxMCPClientEvent>) => | Readonly<AxMCPEventSourceIdentity> | Promise<Readonly<AxMCPEventSourceIdentity>> | - |
resources? | readonly string[] | Deprecated Use resourceSubscriptions with an explicit URI array. |
resourceSubscriptions? | AxMCPResourceSubscriptionPolicy | - |
trust? | AxEventTrust | - |
unsubscribeOnClose? | boolean | - |