Model Context Protocol Upgrade! ?
MCP is getting a big update - it's going stateless. Until now, your app and an MCP server had to do a handshake first, and every message after that had to go back to the same exact server, which made scaling hard. With the new update, every request carries everything the server needs, so any server can answer any request: no handshake, no session, no special routing. This one change makes MCP servers much easier to run and scale.
#MCP #ModelContextProtocol #APIDesign #Serverless
KodeKloud
...