-
Notifications
You must be signed in to change notification settings - Fork 428
Extend progress notification support #163
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
Extend progress notification support #163
Conversation
Tyler-R-Kendrick
commented
Mar 31, 2025
- Added implementation of progress notifications for server and client default handlers.
- Corrected request type hierarchy to provide "meta" parameters from base request to support progress.
- Added IProgress type to sampling handler.
This is to address the issue I opened: |
Thanks, @Tyler-R-Kendrick. Can you please take a look at the latest in main, and in particular the progress changes that were merged in #145? I expect this PR will need to be changed a bit based on that. |
src/ModelContextProtocol/Protocol/Types/ProgressNotificationParams.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working to improve this area.
Thanks for working on this. I'm going to push a few changes to your branch, if that's ok. |
bb54fb7
to
e9faef7
Compare
@Tyler-R-Kendrick, can you please hold off on pushing changes? I was about to merge based on what I'd pushed. |
8bb6055
to
e9faef7
Compare