Skip to content

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

rust-mcp-transport: v0.3.3

28 May 22:19
fad8136
Compare
Choose a tag to compare

0.3.3 (2025-05-28)

🐛 Bug Fixes

  • Ensure custom headers are included in initial SSE connection to remote MCP Server (#46) (166939e)

rust-mcp-sdk: v0.4.1

28 May 22:19
fad8136
Compare
Choose a tag to compare

rust-mcp-sdk: v0.4.0

28 May 00:25
5711808
Compare
Choose a tag to compare

0.4.0 (2025-05-28)

⚠ BREAKING CHANGES

  • make rust-mcp-sdk the sole dependency (#43)

🚀 Features

  • Make rust-mcp-sdk the sole dependency (#43) (d1973ca)

rust-mcp-macros: v0.4.0

28 May 00:25
5711808
Compare
Choose a tag to compare

0.4.0 (2025-05-28)

⚠ BREAKING CHANGES

  • make rust-mcp-sdk the sole dependency (#43)

Made rust-mcp-sdk the sole dependency—no need to add rust-mcp-schema separately anymore.

⚠️ If you're upgrading from an older version, please remove the rust-mcp-schema dependency from your project. Update your imports by replacing rust-mcp-schema:: with rust-mcp-sdk::schema::

🚀 Features

  • Make rust-mcp-sdk the sole dependency (#43) (d1973ca)

rust-mcp-transport: v0.3.2

25 May 14:27
5ebcec2
Compare
Choose a tag to compare

0.3.2 (2025-05-25)

🚀 Features

  • Improve build process and dependencies (#38) (e88c4f1)

rust-mcp-sdk: v0.3.3

25 May 22:01
f66d53b
Compare
Choose a tag to compare

0.3.3 (2025-05-25)

🐛 Bug Fixes

  • Prevent termination caused by client using older mcp schema versions (#40) (084d9d3)

rust-mcp-sdk: v0.3.2

25 May 14:27
5ebcec2
Compare
Choose a tag to compare

0.3.2 (2025-05-25)

🚀 Features

  • Improve build process and dependencies (#38) (e88c4f1)

rust-mcp-transport: v0.3.1

24 May 18:07
d83ca0f
Compare
Choose a tag to compare

0.3.1 (2025-05-24)

🐛 Bug Fixes

  • Ensure server resilience against malformed client requests (95aed88)

rust-mcp-sdk: v0.3.1

24 May 18:07
d83ca0f
Compare
Choose a tag to compare

rust-mcp-transport: v0.3.0

23 May 23:28
8251ad9
Compare
Choose a tag to compare

0.3.0 (2025-05-23)

⚠ BREAKING CHANGES

  • update crates to default to the latest MCP schema version. (#35)

🚀 Features

  • Update crates to default to the latest MCP schema version. (#35) (6cbc3da)