mcpway 0.2.0

Run MCP stdio servers over SSE, WebSocket, Streamable HTTP, and gRPC transports.
Documentation
1
2
3
4
5
6
7
8
9
pub mod grpc_to_stdio;
pub mod sse_to_stdio;
pub mod stdio_to_grpc;
pub mod stdio_to_sse;
pub mod stdio_to_stdio;
pub mod stdio_to_streamable_http;
pub mod stdio_to_ws;
pub mod streamable_http_to_stdio;
pub mod ws_to_stdio;