Skip to content

Commit 503b72d

Browse files
committed
chore: update readme
1 parent 493d799 commit 503b72d

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212
](examples/hello-world-mcp-server-stdio)
1313

1414

15-
A high-performance, asynchronous Rust toolkit for building MCP servers and clients.
16-
Focus on your application logic - rust-mcp-sdk handles the protocol, transports, and the rest!
17-
This SDK fully implements the latest MCP protocol version ([2025-11-25](https://docs.rs/rust-mcp-schema/latest/rust_mcp_schema)), with backward compatibility built-in. `rust-mcp-sdk` provides the necessary components for developing both servers and clients in the MCP ecosystem. It leverages the [rust-mcp-schema](https://crates.io/crates/rust-mcp-schema) crate for type-safe schema objects and includes powerful procedural macros for tools and user input elicitation.
15+
A high-performance, asynchronous Rust toolkit for building MCP servers and clients.
16+
Focus on your application logic - rust-mcp-sdk handles the protocol, transports, and the rest!
17+
This SDK fully implements the latest MCP protocol version ([2025-11-25](https://docs.rs/rust-mcp-schema/latest/rust_mcp_schema)), with backward compatibility built-in.
18+
`rust-mcp-sdk` provides the necessary components for developing both servers and clients in the MCP ecosystem. It leverages the [rust-mcp-schema](https://crates.io/crates/rust-mcp-schema) crate for type-safe schema objects and includes powerful procedural macros for tools and user input elicitation.
1819

1920

21+
### ⚠ Upgrading from v0.7.x
22+
23+
[v0.8.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/releases/tag/rust-mcp-sdk-v0.8.0) includes breaking changes compared to v0.7. If you are upgrading, please review the breaking changes section of the [release](https://github.com/rust-mcp-stack/rust-mcp-sdk/releases/tag/rust-mcp-sdk-v0.8.0) notes to update your code and dependencies accordingly.
24+
2025
**Key Features**
2126
- ✅ Latest MCP protocol specification supported: 2025-11-25
2227
- ✅ Transports:Stdio, Streamable HTTP, and backward-compatible SSE support

crates/rust-mcp-sdk/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212
](examples/hello-world-mcp-server-stdio)
1313

1414

15-
A high-performance, asynchronous Rust toolkit for building MCP servers and clients.
16-
Focus on your application logic - rust-mcp-sdk handles the protocol, transports, and the rest!
17-
This SDK fully implements the latest MCP protocol version ([2025-11-25](https://docs.rs/rust-mcp-schema/latest/rust_mcp_schema)), with backward compatibility built-in. `rust-mcp-sdk` provides the necessary components for developing both servers and clients in the MCP ecosystem. It leverages the [rust-mcp-schema](https://crates.io/crates/rust-mcp-schema) crate for type-safe schema objects and includes powerful procedural macros for tools and user input elicitation.
15+
A high-performance, asynchronous Rust toolkit for building MCP servers and clients.
16+
Focus on your application logic - rust-mcp-sdk handles the protocol, transports, and the rest!
17+
This SDK fully implements the latest MCP protocol version ([2025-11-25](https://docs.rs/rust-mcp-schema/latest/rust_mcp_schema)), with backward compatibility built-in.
18+
`rust-mcp-sdk` provides the necessary components for developing both servers and clients in the MCP ecosystem. It leverages the [rust-mcp-schema](https://crates.io/crates/rust-mcp-schema) crate for type-safe schema objects and includes powerful procedural macros for tools and user input elicitation.
1819

1920

21+
### ⚠ Upgrading from v0.7.x
22+
23+
[v0.8.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/releases/tag/rust-mcp-sdk-v0.8.0) includes breaking changes compared to v0.7. If you are upgrading, please review the breaking changes section of the [release](https://github.com/rust-mcp-stack/rust-mcp-sdk/releases/tag/rust-mcp-sdk-v0.8.0) notes to update your code and dependencies accordingly.
24+
2025
**Key Features**
2126
- ✅ Latest MCP protocol specification supported: 2025-11-25
2227
- ✅ Transports:Stdio, Streamable HTTP, and backward-compatible SSE support

0 commit comments

Comments
 (0)