Show HN: MCP Server with HTTP support instead of stdio/sse (twitter.com)
Admittedly I work on this, but I anthropic's decision to finally embrace http, auth (at least a little), and other RFCs that are coming out is just great. With OpenAI behind it too, this ecosystem will be built around projects like this. Not saying it's MCP or not, but it'll be one of them
2 comments
[ 3.0 ms ] story [ 11.0 ms ] threadI think we do need to build new interfaces, though. The existing ones were designed for humans to use, either GUIs for end-users, or APIs for developers. But LLMs have very different reasoning patterns. They even make mistakes in different ways.
What I've experienced in practice connecting LLMs to existing APIs is that LLMs fail miserably with the interfaces, but simply "translating" the interface in a way that is easier for them to "understand" solves the issue.