AxMCPEventSourceOptions Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxMCPEventSourceOptions.md interface AxMCPEventSourceOptions

AxMCPEventSourceOptions

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/mcpSource.ts#L36

Properties

PropertyTypeDescription
clientAxMCPClient-
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-
Docs