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