Skip to content

chore(main): release 0.1.6 #23

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

Conversation

hashemix
Copy link
Member

@hashemix hashemix commented Feb 17, 2025

🤖 Automated release created! 🚀

0.1.6 (2025-02-17)

Features

  • implement new utility functions (#24) (859b5db)

    New functions New functions provided by `MCPMessage` , available on `ClientMessage` and `ServerMessage`:
    • message.is_request() : Returns true if the message is a response type
    • message.is_response() : Returns true if the message is a request type
    • message.is_notification() : Returns true if the message is a notification type
    • message.is_error() : Returns true if the message represents an error
    • message.request_id() : Retrieves the request ID associated with the message, if applicable

Bug Fixes

  • implemented Error trait for JsonrpcErrorError (#22) (753bd87)
  • serializations to skip None Params (#25) (1f67654)

This PR was generated with Release Please. See documentation.

@hashemix hashemix force-pushed the release-please--branches--main--components--rust-mcp-schema branch from 78d62b6 to a124135 Compare February 17, 2025 21:25
@hashemix hashemix force-pushed the release-please--branches--main--components--rust-mcp-schema branch from a124135 to ad560f4 Compare February 17, 2025 22:19
@hashemix hashemix force-pushed the release-please--branches--main--components--rust-mcp-schema branch from ad560f4 to 8e05315 Compare February 17, 2025 22:22
@hashemix hashemix merged commit 80b26ce into main Feb 17, 2025
6 checks passed
@hashemix
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant