Skip to content

rust-mcp-sdk: v0.6.0

Latest
Compare
Choose a tag to compare
@hashemix hashemix released this 20 Aug 00:38
f05c234

0.6.0 (2025-08-19)

⚠ BREAKING CHANGES

This PR introduces a breaking change due to updates in the method signatures of the handler traits and messaging.

In addition, it includes several refactorings, housekeeping tasks, and various fixes and improvements. Notably, the request ID generation logic has been enhanced, deprecated methods have been removed, and overall maintainability and stability has been improved.

🚀 Features

  • Improve request ID generation, remove deprecated methods and adding improvements (95b91aa)