Skip to content

Unexpected keyword argument 'progress_callback'" #175

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

Open
bradenmacdonald opened this issue May 16, 2025 · 1 comment
Open

Unexpected keyword argument 'progress_callback'" #175

bradenmacdonald opened this issue May 16, 2025 · 1 comment
Labels
fixed - release Issue has been fixed, and has been released

Comments

@bradenmacdonald
Copy link

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:

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.

@evalstate evalstate added the fixed - release Issue has been fixed, and has been released label May 17, 2025
@evalstate
Copy link
Owner

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!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed - release Issue has been fixed, and has been released
Projects
None yet
Development

No branches or pull requests

2 participants