AxMCPCatalogSnapshot
Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/mcp/client.ts#L103
Properties
| Property | Type |
|---|---|
cache | Readonly<Partial<Record<AxMCPCatalogCacheName, AxMCPCacheInfo>>> |
namespace | string |
prompts | readonly AxMCPPrompt[] |
protocolVersion? | string |
resources | readonly AxMCPResource[] |
resourceTemplates | readonly AxMCPResourceTemplate[] |
revision | number |
serverCapabilities | AxMCPServerCapabilities |
serverInfo? | AxMCPImplementationInfo |
subscriptions | readonly string[] |
tools | readonly AxMCPTool[] |