Skip to content

Files

Latest commit

 

History

History
134 lines (64 loc) · 8.07 KB

CHANGELOG.md

File metadata and controls

134 lines (64 loc) · 8.07 KB

Changelog

0.2.1 (2025-03-23)

Bug Fixes

  • soft deprecate CustomResult variants to suppress warnings (#57) (069b7a4)

0.2.0 (2025-03-22)

⚠ BREAKING CHANGES

  • improve generated schema, eliminate deprecated methods (#53)

Features

  • add associated methods to structs for static values (#56) (f5a97a3)
  • improve generated schema, eliminate deprecated methods (#53) (604de64)

0.1.11 (2025-03-18)

Features

  • add new utility functions for CallToolResultContentItem (#46) (1fe212c)
  • add tool_name() method to CallToolRequest (#52) (2489d90)
  • implement default trait for eligible types (#51) (92022da)

Bug Fixes

  • updated release action to keep the readme version updated (#49) (e8b03cf)

0.1.10 (2025-03-08)

Bug Fixes

  • custom result deserialization conflic with rust_mcp_schema::Result (#44) (f141060)

0.1.9 (2025-03-02)

Features

  • introduce CallToolError (#39) (7b8672d)
  • new cunstructor and conversion utilities for call tool operations (#41) (0b8f622)

Bug Fixes

  • add missing MCPMessage trait for MessageFromClient (#43) (48dc8af)

0.1.8 (2025-02-23)

Features

  • add SdkError codes and types (#37) (034ee8f)
  • add utility function for easy detection of initialized notifications (#38) (39400b6)
  • add utility functions for simplified type conversions (#33) (7447800)
  • more type conversion utilities (#36) (9a0abb9)
  • new TryFrom implementation for all standard mcp message variants (#35) (08854f0)

0.1.7 (2025-02-21)

Features

0.1.6 (2025-02-17)

Features

Bug Fixes

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

0.1.5 (2025-02-15)

Features

  • implement builder pattern for JsonrpcErrorError (#18) (71e63e5)

Bug Fixes

  • Standardize error types to conform to JSON-RPC (#20) (47fd818)

0.1.4 (2025-02-12)

Features

  • enhance schema_utils and mcp_schema (#12) (2dbd271)

0.1.3 (2025-02-10)

Bug Fixes

  • generated schema and schema_utils (#10) (c077d75)

0.1.2 (2025-02-09)

Features

0.1.1 (2025-02-09)

Bug Fixes

0.1.0 (2025-02-08)

Features