@maxhealth.tech/prefab / mcp / McpCacheScope
Type Alias: McpCacheScope
ts
type McpCacheScope = "public" | "private";Defined in: mcp/types.ts:126
Cache scopes defined for cacheable results.
public — the result may be stored by shared caches. private — only the requesting client may cache it.