MCP 2026-07-28 Specification: transport going stateless
11–20 of 58 posts
Re: MCP 2026-07-28 Specification: transport going stateless
#12Hey folks - one of the Lead Maintainers for MCP. Happy that we got this release out the door today, this is an exciting change for those that wanted to roll out remove MCP servers into serverless hosts. There is, of course, more good stuff packed, so if you have questions or feedback - our team is here to help!
Re: MCP 2026-07-28 Specification: transport going stateless
#13Re: MCP 2026-07-28 Specification: transport going stateless
#14My only question is how do you handle channels in the architecture now. From what I saw in Claude Code, shifting to a totally http world has some timeout issues if a server drops out and comes back. Because of that I'm stuck writing stubs for my internal use MCP, this is fine for me, but if you are cleaning up semantics: Understanding how we expect clients to act around failure would really help, the story.
Re: MCP 2026-07-28 Specification: transport going stateless
#15Hey folks - one of the Lead Maintainers for MCP. Happy that we got this release out the door today, this is an exciting change for those that wanted to roll out remove MCP servers into serverless hosts. There is, of course, more good stuff packed, so if you have questions or feedback - our team is here to help!
Re: MCP 2026-07-28 Specification: transport going stateless
#16Re: MCP 2026-07-28 Specification: transport going stateless
#17Re: MCP 2026-07-28 Specification: transport going stateless
#18Hey folks - one of the Lead Maintainers for MCP. Happy that we got this release out the door today, this is an exciting change for those that wanted to roll out remove MCP servers into serverless hosts. There is, of course, more good stuff packed, so if you have questions or feedback - our team is here to help!
Great work! Any word on when to expect support across claude clients?
Re: MCP 2026-07-28 Specification: transport going stateless
#19Re: MCP 2026-07-28 Specification: transport going stateless
#20This is the right practice. Why put the burden on the server? It is the job of client to remember, not the server. Server is there to serve requests, not do the remembering. That is how http worked from the beginning and that is why it has been successful.