Skip to content

Commit 3b416e4

Browse files
committed
chore: release main
1 parent e0c44c0 commit 3b416e4

6 files changed

Lines changed: 26 additions & 7 deletions

File tree

.release-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"crates/rust-mcp-sdk": "0.9.0",
2+
"crates/rust-mcp-sdk": "0.9.1",
33
"crates/rust-mcp-macros": "0.9.0",
44
"crates/rust-mcp-transport": "0.9.0",
5-
"crates/rust-mcp-extra": "0.2.4",
5+
"crates/rust-mcp-extra": "0.2.5",
66
"examples/hello-world-mcp-server-stdio": "0.1.33",
77
"examples/hello-world-mcp-server-stdio-core": "0.1.24",
88
"examples/simple-mcp-client-stdio": "0.1.33",

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rust-mcp-extra/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.5](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-extra-v0.2.4...rust-mcp-extra-v0.2.5) (2026-05-24)
4+
5+
6+
### 🚜 Code Refactoring
7+
8+
* Switch mcp http to framework-agnostic McpHttpError ([#144](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/144)) ([e0c44c0](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/e0c44c0e4f8aaed9bfc59b9274d11c346646a635))
9+
310
## [0.2.4](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-extra-v0.2.3...rust-mcp-extra-v0.2.4) (2026-03-13)
411

512
## [0.2.3](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-extra-v0.2.2...rust-mcp-extra-v0.2.3) (2026-02-01)

crates/rust-mcp-extra/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mcp-extra"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Ali Hashemi"]
55
categories = ["api-bindings", "development-tools", "asynchronous", "parsing"]
66
description = "A companion crate to rust-mcp-sdk offering extra implementations of core traits like SessionStore and EventStore, enabling integration with various database backends and third-party platforms such as AWS Lambda for serverless and cloud-native MCP applications."
@@ -13,7 +13,7 @@ rust-version = { workspace = true }
1313
exclude = ["assets/", "tests/"]
1414

1515
[dependencies]
16-
rust-mcp-sdk = { version = "0.9.0" , path = "../rust-mcp-sdk", default-features = false, features=["server","auth","hyper-server","macros"] }
16+
rust-mcp-sdk = { version = "0.9.1" , path = "../rust-mcp-sdk", default-features = false, features=["server","auth","hyper-server","macros"] }
1717
base64 = {workspace = true, optional=true}
1818
url= {workspace = true, optional=true}
1919
nanoid = {version="0.4", optional=true}

crates/rust-mcp-sdk/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.9.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.9.0...rust-mcp-sdk-v0.9.1) (2026-05-24)
4+
5+
6+
### 🚀 Features
7+
8+
* Introduce framework-agnostic McpHttpError type ([#143](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/143)) ([2e3c4ca](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/2e3c4ca25dc2c0eb1d21e7b1be3a2fee7edee8b3))
9+
10+
11+
### 🚜 Code Refactoring
12+
13+
* Switch mcp http to framework-agnostic McpHttpError ([#144](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/144)) ([e0c44c0](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/e0c44c0e4f8aaed9bfc59b9274d11c346646a635))
14+
315
## [0.9.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.8.3...rust-mcp-sdk-v0.9.0) (2026-03-13)
416

517

crates/rust-mcp-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mcp-sdk"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Ali Hashemi"]
55
categories = ["data-structures", "parser-implementations", "parsing"]
66
description = "An asynchronous SDK and framework for building MCP-Servers and MCP-Clients, leveraging the rust-mcp-schema for type safe MCP Schema Objects."

0 commit comments

Comments
 (0)