Skip to content

Commit 6f538a3

Browse files
chore: release v0.6.4
1 parent 6fbd941 commit 6f538a3

3 files changed

Lines changed: 35 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"]
33
resolver = "2"
44

55
[workspace.dependencies]
6-
rmcp = { version = "0.6.3", path = "./crates/rmcp" }
7-
rmcp-macros = { version = "0.6.3", path = "./crates/rmcp-macros" }
6+
rmcp = { version = "0.6.4", path = "./crates/rmcp" }
7+
rmcp-macros = { version = "0.6.4", path = "./crates/rmcp-macros" }
88

99
[workspace.package]
1010
edition = "2024"
11-
version = "0.6.3"
11+
version = "0.6.4"
1212
authors = ["4t145 <u4t145@163.com>"]
1313
license = "MIT"
1414
repository = "https://github.com/modelcontextprotocol/rust-sdk/"

crates/rmcp-macros/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
## [0.6.4](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.6.3...rmcp-macros-v0.6.4) - 2025-09-10
11+
12+
### Added
13+
14+
- add `title` field for data types ([#410](https://github.com/modelcontextprotocol/rust-sdk/pull/410))
15+
16+
### Fixed
17+
18+
- generate simple {} schema for tools with no parameters ([#425](https://github.com/modelcontextprotocol/rust-sdk/pull/425))
19+
20+
### Other
21+
22+
- add nvim-mcp project built by rmcp ([#422](https://github.com/modelcontextprotocol/rust-sdk/pull/422))
23+
1024
## [0.6.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.6.1...rmcp-macros-v0.6.2) - 2025-09-04
1125

1226
### Fixed

crates/rmcp/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.4](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.3...rmcp-v0.6.4) - 2025-09-10
11+
12+
### Added
13+
14+
- implement context-aware completion (MCP 2025-06-18) ([#396](https://github.com/modelcontextprotocol/rust-sdk/pull/396))
15+
- add `title` field for data types ([#410](https://github.com/modelcontextprotocol/rust-sdk/pull/410))
16+
17+
### Fixed
18+
19+
- crates/rmcp/src/handler/client/progress.rs dispacher-> dispatcher ([#429](https://github.com/modelcontextprotocol/rust-sdk/pull/429))
20+
- build issue due to missing struct field ([#427](https://github.com/modelcontextprotocol/rust-sdk/pull/427))
21+
- generate simple {} schema for tools with no parameters ([#425](https://github.com/modelcontextprotocol/rust-sdk/pull/425))
22+
23+
### Other
24+
25+
- Skip notification in initialization handshake ([#421](https://github.com/modelcontextprotocol/rust-sdk/pull/421))
26+
- add nvim-mcp project built by rmcp ([#422](https://github.com/modelcontextprotocol/rust-sdk/pull/422))
27+
1028
## [0.6.3](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.2...rmcp-v0.6.3) - 2025-09-04
1129

1230
### Fixed

0 commit comments

Comments
 (0)