Skip to content
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

Support Protocol Revision 2025-03-26 #55

Open
2 of 4 tasks
4t145 opened this issue Mar 28, 2025 · 4 comments
Open
2 of 4 tasks

Support Protocol Revision 2025-03-26 #55

4t145 opened this issue Mar 28, 2025 · 4 comments
Labels
enhancement New feature or request

Comments

@4t145
Copy link
Collaborator

4t145 commented Mar 28, 2025

Here's a todo list:

And if there are any omissions, please add them below.

@4t145 4t145 added the enhancement New feature or request label Mar 28, 2025
@4t145
Copy link
Collaborator Author

4t145 commented Mar 28, 2025

Firstly, I want to remove the Message structure in model to avoid unnecessary memory allocation in into_message, and also simplify the whole process. This will not be a breaking change because user don't really use this structure.

Update: We didn't support progess token in previous version, but we had to handle this now, because we should figure out the corresponded request id for progress notification now.

@dbettin
Copy link

dbettin commented Apr 2, 2025

@4t145 I would love to help out. How can I assist in supporting the latest revision?

@4t145
Copy link
Collaborator Author

4t145 commented Apr 2, 2025

@dbettin I plan to merge #84 firstly and then implement streamable http transport and authorization. Works in #84 are almost done. If you have a good implementation for streamable http transport, you can post it so we can have a discussion on it.

@jokemanfire
Copy link
Collaborator

I will add the oauth support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants