Back to feed
Dev.to
Dev.to
7/25/2026
Transport, Surface, Skin: Building MCP Plugins That Survive the Spec

Transport, Surface, Skin: Building MCP Plugins That Survive the Spec

Short summary

The upcoming July 2026 MCP spec revision makes the protocol stateless, removing handshake sessions and standalone stream endpoints. Servers become pure functions compatible with edge runtimes like Cloudflare Workers and Deno Deploy. The author proposes a three-layer architecture—transport, surface, and skin—as separate contracts for building maintainable MCP plugins.

  • MCP spec goes stateless: no more session IDs or handshake
  • Servers become pure (Request, Token) -> Response functions deployable on edge runtimes
  • Three-layer plugin architecture: transport, surface, skin as independent contracts

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more