logoalt Hacker News

ihumantoday at 4:10 PM1 replyview on HN

Is stdio being deprecated? I couldn't tell from this page


Replies

amlutotoday at 4:21 PM

The prose on the page is very unclear. My best interpretation is that they want to continue supporting stdio but that they don’t want it to be its own special protocol. The obvious way to do that would be to speak ordinary HTTP (version 1.1? 2?) over stdio and to use the MCP-over-HTTP protocol over the resulting HTTP transport.

This would be more complex to implement for a simple server, but it’s not exactly difficult.

show 1 reply