-
Notifications
You must be signed in to change notification settings - Fork 142
[Server] SEP-2663 Tasks: TaskStoreInterface with InMemory default and DoS limits #347
Copy link
Copy link
Open
Labels
2026-07-28All issues and PRs related to the spec release 2026-07-28All issues and PRs related to the spec release 2026-07-28P0Broken core functionality, security issues, critical missing featureBroken core functionality, security issues, critical missing featureServerIssues & PRs related to the Server componentIssues & PRs related to the Server componentenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedimproves spec complianceImproves consistency with other SDKs such as TyepScriptImproves consistency with other SDKs such as TyepScriptneeds designValid issue but needs maintainer alignment on design or approachValid issue but needs maintainer alignment on design or approach
Metadata
Metadata
Assignees
Labels
2026-07-28All issues and PRs related to the spec release 2026-07-28All issues and PRs related to the spec release 2026-07-28P0Broken core functionality, security issues, critical missing featureBroken core functionality, security issues, critical missing featureServerIssues & PRs related to the Server componentIssues & PRs related to the Server componentenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedimproves spec complianceImproves consistency with other SDKs such as TyepScriptImproves consistency with other SDKs such as TyepScriptneeds designValid issue but needs maintainer alignment on design or approachValid issue but needs maintainer alignment on design or approach
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Todo
Implements the task persistence layer for SEP-2663 for the MCP Spec 2026-07-28 release.
Tracked by umbrella #335.
PHP SDK changes
TaskStoreInterfacefor persisting task state across requests, mirroring theSessionStoreInterfacepattern.InMemoryTaskStorewith eviction limits (mirrorInMemorySessionStore'smaxSessions: 1000DoS protection — seeCLAUDE.mdsession security notes).FileTaskStoreandPsr16TaskStore(PSR-16 cache-backed) following the existing session store ergonomics.Server::builder()->setTaskStore(...).Notes
tasks/updateresponses.Related