mcp_io_http 0.2.0
mcp_io_http: ^0.2.0 copied to clipboard
HTTP REST adapter for mcp_io. GET/read, POST/PUT/PATCH/DELETE/execute, polling subscribe.
0.2.0 - 2026-05-04 #
- HTTP/1.1 transport with connection-pool tuning + HTTP/2 transport (TLS+ALPN h2 + h2c, stream multiplex, origin pinning).
- Authentication (API Key / Basic / Bearer / OAuth 2.0 / mTLS), cookie jar, multipart bodies.
- Server-Sent Events (SSE) parser for
subscribe. - Retry policy + status code →
IoErrormapping.