Skip to content

Conversation

@hashemix
Copy link
Member

📌 Summary

This update is classified as a breaking change due to the removal of certain deprecated methods and the standardization of method parameter order, ensuring that required arguments are placed before optional ones consistently.

✨ Changes Made

  • Method parameter order of generated constructors ( new(...) methods ) has been standardized, with required arguments now consistently positioned before optional ones.
  • Deprecated get_method() methods have been eliminated.
  • Added implementation of the From trait to enable smooth conversion from CallToolError to JsonrpcErrorError.
  • Created a new schema using an updated version of the schema generator, aligning with the latest modifications in the draft schema version.

@hashemix hashemix self-assigned this Mar 20, 2025
@hashemix hashemix merged commit 604de64 into main Mar 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants