Skip to content

Releases: rust-mcp-stack/rust-mcp-schema

v0.7.1

01 Jul 18:09
463419f
Compare
Choose a tag to compare

0.7.1 (2025-07-01)

Features

  • implement new utility functions for CallToolResult and TextContent (#79) (1c8aa34)

v0.7.0

28 Jun 19:06
c562659
Compare
Choose a tag to compare

0.7.0 (2025-06-28)

⚠ BREAKING CHANGES

  • add support for MCP Schema Version 2025-06-18 (#77)

Features

  • add support for MCP Schema Version 2025-06-18 (#77) (a5ba501)

v0.6.0

17 Jun 21:15
a3677e6
Compare
Choose a tag to compare

0.6.0 (2025-06-17)

⚠ BREAKING CHANGES

  • add support for multiple active schema versions with versioned module access (#73)

Features

  • add support for multiple active schema versions with versioned module access (#73) (2570c2b)

v0.5.2

28 May 00:06
5e85573
Compare
Choose a tag to compare

0.5.2 (2025-05-28)

Features

  • add protocol version enum, update draft version (#71) (1040b11)

v0.5.1

23 May 21:15
68fce4f
Compare
Choose a tag to compare

0.5.1 (2025-05-23)

Features

  • update cargo docs to 2025_03_26 version (dd1763b)

v0.5.0

22 May 22:26
a07dcfe
Compare
Choose a tag to compare

0.5.0 (2025-05-22)

⚠ BREAKING CHANGES

  • update schema default version and latest draft changes (#68)
  • Updated the default schema version to 2025_03_26 (previously available only when using the Cargo feature).
  • Updated draft version of schema to the latest (for instance CallToolStructuredResult and CallToolUnstructuredResult)

Features

  • update schema default version and latest draft changes (#68) (279baf2)

v0.4.0

26 Apr 22:19
870e70e
Compare
Choose a tag to compare

0.4.0 (2025-04-26)

⚠ BREAKING CHANGES

  • added new draft version and update 2025_03_26 (#66)
  • renamed and deprecated the RPCMessage and MCPMessage traits in favor of RpcMessage and McpMessage.respectively.

Features

  • add new draft version and update 2025_03_26 (#66) (bc233ea)

v0.3.0

04 Apr 23:28
fdf66b4
Compare
Choose a tag to compare

0.3.0 (2025-04-04)

⚠ BREAKING CHANGES

  • add support for schema version 2025-03-26 (#62)

Features

  • add support for schema version 2025-03-26 (#62) (10aca90)
  • set default schema version to 2024_11_05 (#64) (c72d252)

v0.2.2

30 Mar 12:45
5b8ac5e
Compare
Choose a tag to compare

0.2.2 (2025-03-30)

Bug Fixes

  • update readme, announce rust-mcp-sdk (#59) (c5c6808)

v0.2.1

24 Mar 10:06
c24e8b2
Compare
Choose a tag to compare

0.2.1 (2025-03-23)

Bug Fixes

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