The [MCP sdks](https://github.com/modelcontextprotocol) currently provides two transports: stdio (standard io), and http sse.
I've created a new open source repo for alternative mcp transports.
The intention is to provide alternative transports with other hardware, security, and trust properties.
The first instance is based upon Unix Domain Sockets, which restricts the inter-process communication to processes running on the same operating system.
No comments:
Post a Comment