-
Notifications
You must be signed in to change notification settings - Fork 142
[2026-07-28] Stateless Core overhaul #334
Copy link
Copy link
Open
0 / 40 of 4 issues completedLabels
2026-07-28All issues and PRs related to the spec release 2026-07-28All issues and PRs related to the spec release 2026-07-28ClientIssues & PRs related to the Client componentIssues & PRs related to the Client componentP0Broken core functionality, security issues, critical missing featureBroken core functionality, security issues, critical missing featureSchemaIssues & PRs related to the Schema componentIssues & PRs related to the Schema componentServerIssues & PRs related to the Server componentIssues & PRs related to the Server componentbreaking changeBreaking the Backwards Compatibility PromiseBreaking the Backwards Compatibility PromiseenhancementRequest 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 TyepScript
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-28ClientIssues & PRs related to the Client componentIssues & PRs related to the Client componentP0Broken core functionality, security issues, critical missing featureBroken core functionality, security issues, critical missing featureSchemaIssues & PRs related to the Schema componentIssues & PRs related to the Schema componentServerIssues & PRs related to the Server componentIssues & PRs related to the Server componentbreaking changeBreaking the Backwards Compatibility PromiseBreaking the Backwards Compatibility PromiseenhancementRequest 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 TyepScript
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Todo
Tracking issue for the MCP Spec 2026-07-28 release — Stateless Core overhaul milestone.
These four SEPs are tightly coupled and should land together to avoid inconsistent intermediate states. They constitute the biggest design impact of the 2026-07-28 release for the PHP SDK: the
initialize/initializedhandshake disappears, sessions stop being protocol-level, and Fiber-based server→client requests must be scoped per client request.SEPs covered
Sub-issues
server/discover,messages/listen)Mcp-Session-IdNotes
src/Server/Protocol.php,src/Server/Session/*,src/Server/Transport/StreamableHttpTransport.php,src/Client/Protocol.php,src/Schema/Request/InitializeRequest.php.