Urgent.News

650+ sources. One page. See who else covered it.

Editions

Tech

MCP Transports: stdio vs HTTP, and What Just Changed

Our own search data has been telling me to write this for months and I ignored it. Thirty-one different spellings of the same question, things like "stdio vs http mcp" and "mcp server stdio vs http", nearly three hundred impressions, several of them sitting on page one. Zero clicks, because we rank for it by accident out of other articles and have never had a page that actually answers it. So…

A recent revision of the MCP Transports protocol has caused confusion, as many existing resources describe a version that has been replaced. This article aims to clarify the differences between using stdio and Streamable HTTP, as well as the implications of the latest revision.

For situations where a server needs to access local files, databases, or tools, using stdio is recommended. However, this method can be problematic if the server writes anything to stdout that is not a valid MCP message. The server should write all output to stderr, which is designated for logging purposes and will not interfere with the protocol.

When the server needs to be reachable over a network or serve multiple clients, Streamable HTTP is the preferred option. In this method, the server exposes a single HTTP endpoint that accepts POST requests. Each JSON-RPC request or notification is sent as a separate POST request. The server responds with either a JSON object or an SSE (Server-Sent Events) stream, which carries progress notifications and the final response. The client must handle both JSON and SSE responses, and the metadata headers are mandatory.

The most significant change in the 2026-07-28 revision is the removal of protocol-level sessions, standalone GET streams, resumable streams, and resumable streams. The server should ignore any incoming Mcp-Session-Id header, and GET or DELETE requests on the MCP endpoint should return a 405 Method Not Allowed status code. Additionally, resumable streams and Last-Event-ID headers have been removed, and a new control flow mechanism called Multi Round-Trip Requests has been introduced.

In summary, when deciding between stdio and Streamable HTTP, consider the server's requirements for accessing local resources. If using stdio, ensure that the server only writes valid MCP messages to stdout. For Streamable HTTP, ensure that the client can handle both JSON and SSE responses, and pay attention to the mandatory metadata headers. Finally, be aware of the changes introduced in the latest revision, including the removal of protocol-level sessions, standalone GET streams, resumable streams, and resumable streams.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Safaricom explains data services after customer backlash over bundles offer

Safaricom has come under criticism from customers over changes to some of its data bundle offers, with subscribers questioning the value and accessibility of the packages available on the network.

  • Kenyan customers criticized Safaricom's data bundle changes on August 15, 2026
  • Boke complained about 1GB bundle lasting only 5 hours for 99 bob
  • Safaricom acknowledged feedback, maintained pricing structure justification

The $0 Distribution Playbook for MCP Servers: 12 Channels, 30 Days, Real Numbers

A month ago I shipped aicraft-code-review — an open-source MCP server that reviews code locally (OWASP scanning, N+1 detection, style rules) for Claude Code, Cursor and Cline.

  • Developer launched open-source MCP server aicraft-code-review with no marketing budget
  • Achieved 650+ PyPI installations, 12 Product Hunt followers, and listed in 5 directories
  • Playbook details $0 channels, key learnings, and advises building karma before promotion

More from Sunday 16 August →