Skip to content

Commit 83ce13c

Browse files
chore: release v0.6.4 (#426)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b57aa47 commit 83ce13c

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ 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-11
11+
12+
### Added
13+
14+
- *(SEP-973)* add support for icons and websiteUrl across relevant types ([#432](https://github.com/modelcontextprotocol/rust-sdk/pull/432))
15+
- add `title` field for data types ([#410](https://github.com/modelcontextprotocol/rust-sdk/pull/410))
16+
17+
### Fixed
18+
19+
- generate simple {} schema for tools with no parameters ([#425](https://github.com/modelcontextprotocol/rust-sdk/pull/425))
20+
21+
### Other
22+
23+
- add nvim-mcp project built by rmcp ([#422](https://github.com/modelcontextprotocol/rust-sdk/pull/422))
24+
1025
## [0.6.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.6.1...rmcp-macros-v0.6.2) - 2025-09-04
1126

1227
### Fixed

crates/rmcp/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ 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-11
11+
12+
### Added
13+
14+
- *(SEP-973)* add support for icons and websiteUrl across relevant types ([#432](https://github.com/modelcontextprotocol/rust-sdk/pull/432))
15+
- implement context-aware completion (MCP 2025-06-18) ([#396](https://github.com/modelcontextprotocol/rust-sdk/pull/396))
16+
- add `title` field for data types ([#410](https://github.com/modelcontextprotocol/rust-sdk/pull/410))
17+
18+
### Fixed
19+
20+
- crates/rmcp/src/handler/client/progress.rs dispacher-> dispatcher ([#429](https://github.com/modelcontextprotocol/rust-sdk/pull/429))
21+
- build issue due to missing struct field ([#427](https://github.com/modelcontextprotocol/rust-sdk/pull/427))
22+
- generate simple {} schema for tools with no parameters ([#425](https://github.com/modelcontextprotocol/rust-sdk/pull/425))
23+
24+
### Other
25+
26+
- Skip notification in initialization handshake ([#421](https://github.com/modelcontextprotocol/rust-sdk/pull/421))
27+
- add nvim-mcp project built by rmcp ([#422](https://github.com/modelcontextprotocol/rust-sdk/pull/422))
28+
1029
## [0.6.3](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.2...rmcp-v0.6.3) - 2025-09-04
1130

1231
### Fixed

0 commit comments

Comments
 (0)