-
Notifications
You must be signed in to change notification settings - Fork 2
Opportunity: TTL for list results (SEP-2549) #490
Copy link
Copy link
Open
Labels
area: mcp-protocolMCP protocol implementationMCP protocol implementationenhancementNew feature or requestNew feature or requestperformancePerformance improvementsPerformance improvementspriority: lowLow priority, nice-to-haveLow priority, nice-to-have
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
area: mcp-protocolMCP protocol implementationMCP protocol implementationenhancementNew feature or requestNew feature or requestperformancePerformance improvementsPerformance improvementspriority: lowLow priority, nice-to-haveLow priority, nice-to-have
Opportunity: TTL for list results (SEP-2549)
Part of #481.
SDK 2.0 adds optional
TimeToLive(TimeSpan?) andCacheScopetotools/list,prompts/list,resources/list, andserver/discoverresults viaICacheableResult. This pairs naturally with the existing caching infrastructure (Caching/CachedResourceManager.cs,CacheMetrics.cs) to reduce client round-trips.Tasks
TimeToLive/CacheScopeon list results, sourcing TTLs from the existing cache configuration.2026-07-28(no effect on legacy clients).Acceptance