Skip to content

Releases: modelcontextprotocol/rust-sdk

rmcp-v0.6.0

19 Aug 13:26
7135f25

Choose a tag to compare

Added

  • Add MCP Elicitation support (#332)
  • keep internal error in worker's quit reason (#372)

Fixed

  • match shape of the calltoolresult schema (#377)
  • make stdio shutdown more graceful (#364)
  • (tool) remove unnecessary schema validation (#375)
  • (rmcp) return serialized json with structured content (#368)

Other

  • add related project rustfs-mcp (#378)
  • (streamable) add document for extracting http info (#373)

rmcp-macros-v0.6.0

19 Aug 13:25
7135f25

Choose a tag to compare

Other

  • add related project rustfs-mcp (#378)

rmcp-v0.5.0

07 Aug 23:30
209dbac

Choose a tag to compare

Fixed

  • correct numeric types in progress notifications (#361)

rmcp-v0.4.1

07 Aug 15:24
6a97503

Choose a tag to compare

Fixed

  • (rmcp) allow both content and structured content (#359)

rmcp-macros-v0.5.0

07 Aug 23:29
209dbac

Choose a tag to compare

Added

  • [breaking] Add support for Tool.outputSchema and CallToolResult.structuredContent (#316)

Other

  • README.md codeblock terminator (#348)

rmcp-macros-v0.4.1

07 Aug 15:24
6a97503

Choose a tag to compare

Added

  • [breaking] Add support for Tool.outputSchema and CallToolResult.structuredContent (#316)

Other

  • README.md codeblock terminator (#348)

rmcp-v0.4.0

05 Aug 14:41
984cd87

Choose a tag to compare

Added

  • [breaking] Add support for Tool.outputSchema and CallToolResult.structuredContent (#316)

Fixed

  • don't wrap errors in streamable http auth client (#353)
  • (prompt) remove unused code (#343)

rmcp-macros-v0.4.0

05 Aug 14:41
984cd87

Choose a tag to compare

Added

  • [breaking] Add support for Tool.outputSchema and CallToolResult.structuredContent (#316)

Other

  • README.md codeblock terminator (#348)

rmcp-v0.3.2

31 Jul 01:23
ec6bd05

Choose a tag to compare

Fixed

  • (capabilities) do not serialize None as null for list_changed (#341)
  • (Transport) close oneshot transport on error (#340)
  • (oauth) expose OAuthTokenResponse publicly (#335)

rmcp-macros-v0.3.2

31 Jul 01:23
ec6bd05

Choose a tag to compare

Other

  • Fix formatting in crate descriptions in README.md (#333)