Releases: rust-mcp-stack/rust-mcp-sdk
Releases · rust-mcp-stack/rust-mcp-sdk
rust-mcp-transport: v0.5.0
rust-mcp-sdk: v0.6.0
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)