We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
fast-agent doesn't seem to work with the recently-released mcp==1.9.0. Because of this change (I think), now running an agent gives this error:
fast-agent
mcp==1.9.0
MCPAgentClientSession.send_request() got an unexpected keyword argument 'progress_callback'
I believe this code needs to be updated to accept the new parameter.
For now I downgraded to mcp==1.8.0 and it works around the problem.
mcp==1.8.0
The text was updated successfully, but these errors were encountered:
Thanks - I did a quick patch release to 0.2.26 which pinned 1.8.0 - will upgrade properly in the next release (and pin @ 1.9.0!)
Sorry, something went wrong.
No branches or pull requests
fast-agent
doesn't seem to work with the recently-releasedmcp==1.9.0
. Because of this change (I think), now running an agent gives this error:I believe this code needs to be updated to accept the new parameter.
For now I downgraded to
mcp==1.8.0
and it works around the problem.The text was updated successfully, but these errors were encountered: