mcp_io_http 0.2.1
mcp_io_http: ^0.2.1 copied to clipboard
HTTP REST adapter for mcp_io. GET/read, POST/PUT/PATCH/DELETE/execute, polling subscribe.
0.2.1 - 2026-05-23 - mcp_bundle 0.4.0 cascade #
Changed (cascade) #
mcp_bundlecaret bumped from^0.3.0to^0.4.0.mcp_iocaret bumped from^0.2.0to^0.2.1.
mcp_io_http does not touch UiSection.pages directly — caret-only cascade. Consumers should bump to ^0.2.1.
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.