-
Notifications
You must be signed in to change notification settings - Fork 894
Add support for MCP's Streamable HTTP transport #1716
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ tavily = ["tavily-python>=0.5.0"] | |
# CLI | ||
cli = ["rich>=13", "prompt-toolkit>=3", "argcomplete>=3.5.0"] | ||
# MCP | ||
mcp = ["mcp>=1.6.0; python_version >= '3.10'"] | ||
mcp = ["mcp>=1.8.0; python_version >= '3.10'"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note that I think this may need to be 1.9.0 as the protocol version in 1.8.0 is still the 2024-11-05 one. we want the 2025-03-26 one (latest) as that's where the streamable HTTP protocol is defined There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think tagging 1.9.0 works great, but I'm not seeing why we needed to. The 1.8.0 release is what introduced streamable http. |
||
# Evals | ||
evals = ["pydantic-evals=={{ version }}"] | ||
# A2A | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.