File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"]
44resolver = " 2"
55
66[workspace .dependencies ]
7- rmcp = { version = " 1.8 .0" , path = " ./crates/rmcp" }
8- rmcp-macros = { version = " 1.8 .0" , path = " ./crates/rmcp-macros" }
7+ rmcp = { version = " 2.0 .0" , path = " ./crates/rmcp" }
8+ rmcp-macros = { version = " 2.0 .0" , path = " ./crates/rmcp-macros" }
99
1010[workspace .package ]
1111edition = " 2024"
12- version = " 1.8 .0"
12+ version = " 2.0 .0"
1313authors = [" 4t145 <u4t145@163.com>" ]
1414license = " Apache-2.0"
1515repository = " https://github.com/modelcontextprotocol/rust-sdk/"
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.8.0...rmcp-macros-v2.0.0 ) - 2026-06-27
11+
12+ ### Added
13+
14+ - [ ** breaking** ] align model types with MCP 2025-11-25 spec ([ #927 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/927 ) )
15+
16+ ### Fixed
17+
18+ - fill missing fully qualified syntax in prompt_handler macros ([ #866 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/866 ) )
19+
20+ ### Other
21+
22+ - align README examples with v2 model API ([ #928 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/928 ) )
23+
1024## [ 1.8.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.7.0...rmcp-macros-v1.8.0 ) - 2026-06-22
1125
1226### Added
Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.8.0...rmcp-v2.0.0 ) - 2026-06-27
11+
12+ ### Added
13+
14+ - [ ** breaking** ] relax tool result structuredContent type ([ #919 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/919 ) )
15+ - deprecate roots/sampling/logging types ([ #923 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/923 ) )
16+ - [ ** breaking** ] align model types with MCP 2025-11-25 spec ([ #927 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/927 ) )
17+
18+ ### Fixed
19+
20+ - prevent OAuth resource spoofing ([ #937 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/937 ) )
21+ - block oauth metadata ssrf ([ #935 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/935 ) )
22+ - prevent streamable HTTP session leak ([ #934 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/934 ) )
23+ - fill missing fully qualified syntax in prompt_handler macros ([ #866 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/866 ) )
24+ - * (rmcp)* add Audio variant to PromptMessageContent ([ #865 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/865 ) )
25+
26+ ### Other
27+
28+ - consolidate repeated rmcp tests ([ #931 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/931 ) )
29+ - Revert "feat!: relax tool result structuredContent type ([ #919 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/919 ) )" ([ #932 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/932 ) )
30+ - align README examples with v2 model API ([ #928 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/928 ) )
31+
1032## [ 1.8.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.7.0...rmcp-v1.8.0 ) - 2026-06-22
1133
1234### Added
You can’t perform that action at this time.
0 commit comments