Conversation
Add support for the streamable-http transport option alongside the existing stdio and sse transports. This addresses the deprecation of SSE transport in favor of streamable HTTP. Changes: - Add 'streamable-http' as a transport choice - Add --streamable-http-host and --streamable-http-port arguments - Call mcp.run_streamable_http_async() for streamable-http transport - Add comprehensive tests for all transport options Based on work by @ahmedmustahid in #78. Closes #102 Co-Authored-By: Ahmed Mustahid <ahmedmustahid@users.noreply.github.com> Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Hello @jssmith , Do you have a rough estimate when a new release will be published with the new changes? It'd be great to have a new docker image released with the new changes |
|
I believe README.md needs to be updated for this patch. It currently says:
In my reading of this, "streamable http" is not supported, but it is based on this commit. |
|
Hi @jssmith, I was wondering whether you could make a new release. Thank you. |
|
Hi @jssmith, Following up on this merged PR from January 22, 2026. Do you have an estimate for when the next release will go out with the This feature is already merged, and it would be very helpful to have it available in a published release / Docker image. Thanks. |
Summary
streamable-httptransport option alongside the existingstdioandssetransportsChanges
streamable-httpas a transport choice--streamable-http-hostand--streamable-http-portargumentsmcp.run_streamable_http_async()for streamable-http transportUsage
Attribution
Based on work by @ahmedmustahid in #78. This PR extracts just the streamable HTTP functionality with tests, without the signal handling and formatting changes.
Related
Test plan
🤖 Generated with Claude Code