-
Notifications
You must be signed in to change notification settings - Fork 308
Allow passing streamable-http and http as transport #282
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
Conversation
These names are preferred by servers written in FastMCP >= 2.3.0 https://gofastmcp.com/deployment/running-server#streamable-http They are fully supported aliases according to documentation. Fix langchain-ai#267
I think we can revisit this in a few months. At the moment, all the aliases are likely more confusing than helpful. streamable http matches the MCP spec.
We can probably replace it with http in a few months (i suspect it'll become more generally adopted)
In fact, this whole thing started because the MCP spec has streamable-http while this repo has streamable_http which was quite annoying to remember and also to have to specify differently
These names are preferred by servers written in FastMCP >= 2.3.0 https://gofastmcp.com/deployment/running-server#streamable-http
They are fully supported aliases according to documentation.
Fix #267