Switch language한국어
Back to the list

MCP’s biggest update removes the machinery many servers were built around

TL;DR AI

Key summary

2 min read
  1. The upcoming MCP specification removes sessions and the initialization handshake, simplifying the protocol.

  2. Per-request context and capability information will move into each call, while several core features are deprecated.

  3. A new server/discover method is being added, and stateful workflows are expected to use explicit handles instead of hidden transport state.

  4. The change makes MCP easier to run as a normal stateless network service, especially for remote servers.

Read the original