AxMCPDefaultEventRoutesOptions
Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/event/mcpSource.ts#L231
Properties
| Property | Type |
|---|---|
client | AxMCPClient |
onCatalogInvalidated? | (catalog: "prompts" | "resources" | "tools", revision: number) => void | Promise<void> |
onObserve? | (ingress: Readonly<AxEventIngress>) => void | Promise<void> |