Skip to content

feat!: improve generated schema, remove deprecated methods #53

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

Merged
merged 1 commit into from
Mar 20, 2025

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.

1 participant