-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add HTTP Streamable support for MCP's #600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yeah totally, will be doing this as soon as streamable support lands in the mcp python sdk (which it hasn't yet, afaict) |
Thank you! Appreciate the fast response here - hopefully this is the work you're referring to that needs to be merged? modelcontextprotocol/python-sdk#573 |
Yup! |
@rm-openai Added implementation for Streamable HTTP client. Will make this PR ready once the MCP python-sdk changes are released. |
@rm-openai @Akshit97 FYI the Streamable HTTP was released recently |
@fmtsvetkov I have done the changes, just waiting for the PR to be reviewed and merged. |
Please read this first
Describe the feature
MCP is moving towards using HTTP Streamable vs HTTP+SSE. There is a guide on how to ensure backwards compatibility:
https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#backwards-compatibility
Hopefully this is something someone would be willing to take on as I'm running into a lot more HTTP streamable api's available which is a non-starter for me.
The text was updated successfully, but these errors were encountered: