Skip to content

Releases: paiml/rust-mcp-sdk

v0.6.3

01 Aug 20:14

Choose a tag to compare

Release v0.6.3 - Documentation improvements

v0.6.2

01 Aug 17:42

Choose a tag to compare

Release v0.6.2: CI fixes and test improvements

- Fixed all CI pipeline issues including rustfmt, clippy, and MSRV
- Updated MSRV to Rust 1.82 for compatibility with dependencies
- Fixed RequestContext test for proper W3C Trace Context compliance
- Added comprehensive clippy allow list for pedantic lints
- All library tests passing successfully

v0.6.1

01 Aug 17:40

Choose a tag to compare

Release v0.6.1: CI fixes and test improvements

- Fixed all CI pipeline issues including rustfmt, clippy, and MSRV
- Updated MSRV to Rust 1.82 for compatibility with dependencies
- Fixed RequestContext test for proper W3C Trace Context compliance
- Added comprehensive clippy allow list for pedantic lints
- All library tests passing successfully

v0.4.0

01 Aug 14:38

Choose a tag to compare

Release v0.4.0 - Major feature update with OAuth 2.0, completable arg…

v0.3.1

26 Jul 14:52

Choose a tag to compare

Release v0.3.1 - Correct Implementation

Publishing the actual implementation with all v0.3 features:
- Server-side subscription management
- WebSocket server transport
- Roots support and directory management
- Request cancellation with async tokens
- Batch request processing
- Enhanced type safety and performance optimizations

All 208 tests pass, all 50 doctests pass, zero lint issues.
This is the correct implementation that should be used.

v0.3.0

26 Jul 14:49

Choose a tag to compare

Release v0.3.0

Major release with comprehensive new server features:
- Server-side subscription management
- WebSocket server transport
- Roots support and directory management
- Request cancellation with async tokens
- Batch request processing
- Enhanced type safety and performance optimizations
- Improved documentation and error handling

All 208 tests pass, all 50 doctests pass, zero lint issues.