McpCatalogSnapshot
@forge/monorepo / backend/src / McpCatalogSnapshot
Type Alias: McpCatalogSnapshot
McpCatalogSnapshot =
object
Defined in: backend/src/mcp/index.ts:88
MCP servers may change their tool list between calls. The run records a hash of what it discovered, so a catalog that shifted mid-run is detectable after the fact.
Properties
connectionId
readonlyconnectionId:string
Defined in: backend/src/mcp/index.ts:89
discoveredAt
readonlydiscoveredAt:string
Defined in: backend/src/mcp/index.ts:91
toolListHash
readonlytoolListHash:string
Defined in: backend/src/mcp/index.ts:90
tools
readonlytools: readonlyToolDescriptor[]
Defined in: backend/src/mcp/index.ts:92