MCP 2026-07-28 Specification: transport going stateless
blog.modelcontextprotocol.io
MCP 2026-07-28 Specification: transport going stateless
1–10 of 58 posts
Re: MCP 2026-07-28 Specification: transport going stateless
#2And even on the server side statefulness is very iffy anyway. How long are you going to hold something in RAM from a client and how long will you hold the connection open
Re: MCP 2026-07-28 Specification: transport going stateless
#3Re: MCP 2026-07-28 Specification: transport going stateless
#4Re: MCP 2026-07-28 Specification: transport going stateless
#5are they coming up with an alternative? i use them to monitor workflows that takes days and now i have to make some changes
Re: MCP 2026-07-28 Specification: transport going stateless
#6e.g. mymcpserver.com/tools/call?mcp-method=search
Re: MCP 2026-07-28 Specification: transport going stateless
#7Hey 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
#8Hey 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!
What’s the best practice for tools where the upstream API only supports basic auth (username/password) and there’s no OBO option? In my case the login returns a token that’s only valid for an hour, so the user has to re-auth after that. Do you stash the credentials on the MCP server and silently refresh, or is there a nicer pattern people are using?
Re: MCP 2026-07-28 Specification: transport going stateless
#9Hey 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
#10Hey 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!
Thank you! What’s the best practice for tools where the upstream API only supports basic auth (username/password) and there’s no OBO option? In my case the login returns a token that’s only valid for an hour, so the user has to re-auth after that. Do you stash the credentials on the MCP server and silently refresh, or is there a nicer pattern people are using?