Skip to content

Releases: rust-mcp-stack/rust-mcp-sdk

rust-mcp-transport: v0.5.1

31 Aug 23:23
3508e1e
Compare
Choose a tag to compare

0.5.1 (2025-08-31)

🐛 Bug Fixes

  • Correct pending_requests instance (#94) (9d8c1fb)

rust-mcp-sdk: v0.6.3

31 Aug 23:23
3508e1e
Compare
Choose a tag to compare

rust-mcp-sdk: v0.6.2

30 Aug 15:01
9770abc
Compare
Choose a tag to compare

0.6.2 (2025-08-30)

🐛 Bug Fixes

  • Tool-box macro panic on invalid requests (#92) (54cc8ed)

rust-mcp-sdk: v0.6.1

28 Aug 09:51
a219c26
Compare
Choose a tag to compare

0.6.1 (2025-08-28)

🐛 Bug Fixes

  • Session ID access in handlers and add helper for listing active (#90) (f2f0afb)

rust-mcp-transport: v0.5.0

20 Aug 00:38
f05c234
Compare
Choose a tag to compare

0.5.0 (2025-08-19)

⚠ BREAKING CHANGES

  • improve request ID generation, remove deprecated methods and adding improvements

🚀 Features

  • Improve request ID generation, remove deprecated methods and adding improvements (95b91aa)

rust-mcp-sdk: v0.6.0

20 Aug 00:38
f05c234
Compare
Choose a tag to compare

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)

rust-mcp-sdk: v0.5.3

19 Aug 00:38
080b3a5
Compare
Choose a tag to compare

0.5.3 (2025-08-19)

🐛 Bug Fixes

  • Handle missing client details and abort keep-alive task on drop (#83) (308b1db)

rust-mcp-sdk: v0.5.2

16 Aug 23:11
aacdbfe
Compare
Choose a tag to compare

0.5.2 (2025-08-16)

🚀 Features

  • Integrate list root and client info into hyper runtime (36dfa4c)

🐛 Bug Fixes

  • Abort keep-alive task when transport is removed (#82) (1ca8e49)
  • Ensure server-initiated requests include a valid request_id (#80) (5f9a966)

rust-mcp-transport: v0.4.1

12 Aug 21:19
1457cff
Compare
Choose a tag to compare

0.4.1 (2025-08-12)

🚀 Features

  • Add Streamable HTTP Support to MCP Server (#76) (1864ce8)

rust-mcp-sdk: v0.5.1

12 Aug 21:19
1457cff
Compare
Choose a tag to compare

0.5.1 (2025-08-12)

🚀 Features

  • Add Streamable HTTP Support to MCP Server (#76) (1864ce8)
  • Update examples and docs for streamable http (#77) (e714482)

📚 Documentation