AxMCPCatalogSnapshot
Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/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[] |