-
Notifications
You must be signed in to change notification settings - Fork 143
[Server] SEP-2663 Tasks: Extension registration, capability negotiation, tasks/* handlers #346
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 server-side handler portion of SEP-2663 for the MCP Spec 2026-07-28 release.
Tracked by umbrella #335. Depends on SEP-2133 extensions framework.
PHP SDK changes
tasksas an extension via the SEP-2133 mechanism; declare server capability and read negotiated state from the request context.src/Server/Handler/Request/TaskGetHandler.php,TaskUpdateHandler.php,TaskCancelHandler.php.src/Server/Builder.php(or via extension registry).RequestContextso tool authors can detect tasks-eligible requests.Related