From e16ad8604f3a7135ec0ff703d9cb924d31f2ce0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:45:44 +0000 Subject: [PATCH 1/2] chore: release v1.0.0-alpha.1 --- Cargo.toml | 6 +++--- crates/rmcp-macros/CHANGELOG.md | 6 ++++++ crates/rmcp/CHANGELOG.md | 8 ++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 60bb16fa..deb26894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"] resolver = "2" [workspace.dependencies] -rmcp = { version = "1.0.0-alpha", path = "./crates/rmcp" } -rmcp-macros = { version = "1.0.0-alpha", path = "./crates/rmcp-macros" } +rmcp = { version = "1.0.0-alpha.1", path = "./crates/rmcp" } +rmcp-macros = { version = "1.0.0-alpha.1", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "1.0.0-alpha" +version = "1.0.0-alpha.1" authors = ["4t145 "] license = "Apache-2.0" license-file = "LICENSE" diff --git a/crates/rmcp-macros/CHANGELOG.md b/crates/rmcp-macros/CHANGELOG.md index 546f8f24..e7945203 100644 --- a/crates/rmcp-macros/CHANGELOG.md +++ b/crates/rmcp-macros/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.0.0-alpha...rmcp-macros-v1.0.0-alpha.1) - 2026-03-03 + +### Fixed + +- api ergonomics follow-up ([#720](https://github.com/modelcontextprotocol/rust-sdk/pull/720)) + ## [1.0.0-alpha](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.17.0...rmcp-macros-v1.0.0-alpha) - 2026-03-03 ### Added diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index 3dea6f10..8122c0df 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.0.0-alpha...rmcp-v1.0.0-alpha.1) - 2026-03-03 + +### Fixed + +- *(auth)* pass WWW-Authenticate scopes to DCR registration request ([#705](https://github.com/modelcontextprotocol/rust-sdk/pull/705)) +- api ergonomics follow-up ([#720](https://github.com/modelcontextprotocol/rust-sdk/pull/720)) +- *(streamable-http)* map stale session 401 to status-aware error ([#709](https://github.com/modelcontextprotocol/rust-sdk/pull/709)) + ## [1.0.0-alpha](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.17.0...rmcp-v1.0.0-alpha) - 2026-03-03 ### Added From dd35a31262a7fe8f76b91507d8aeac6856b5378e Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Tue, 3 Mar 2026 13:47:01 -0500 Subject: [PATCH 2/2] chore: version 1.0.0 --- Cargo.toml | 6 +++--- crates/rmcp-macros/CHANGELOG.md | 2 +- crates/rmcp/CHANGELOG.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index deb26894..fd9897ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"] resolver = "2" [workspace.dependencies] -rmcp = { version = "1.0.0-alpha.1", path = "./crates/rmcp" } -rmcp-macros = { version = "1.0.0-alpha.1", path = "./crates/rmcp-macros" } +rmcp = { version = "1.0.0", path = "./crates/rmcp" } +rmcp-macros = { version = "1.0.0", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "1.0.0-alpha.1" +version = "1.0.0" authors = ["4t145 "] license = "Apache-2.0" license-file = "LICENSE" diff --git a/crates/rmcp-macros/CHANGELOG.md b/crates/rmcp-macros/CHANGELOG.md index e7945203..06a3b33a 100644 --- a/crates/rmcp-macros/CHANGELOG.md +++ b/crates/rmcp-macros/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0-alpha.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.0.0-alpha...rmcp-macros-v1.0.0-alpha.1) - 2026-03-03 +## [1.0.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.0.0-alpha...rmcp-macros-v1.0.0) - 2026-03-03 ### Fixed diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index 8122c0df..87c5e6da 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0-alpha.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.0.0-alpha...rmcp-v1.0.0-alpha.1) - 2026-03-03 +## [1.0.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.0.0-alpha...rmcp-v1.0.0) - 2026-03-03 ### Fixed