You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "An asynchronous SDK and framework for building MCP-Servers and MCP-Clients, leveraging the rust-mcp-schema for type safe MCP Schema Objects."
* Ensure custom headers are included in initial SSE connection to remote MCP Server ([#46](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/46)) ([166939e](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/166939ee47218675e3883cb86209cd95aa19957e))
Copy file name to clipboardExpand all lines: crates/rust-mcp-transport/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "rust-mcp-transport"
3
-
version = "0.3.2"
3
+
version = "0.3.3"
4
4
authors = ["Ali Hashemi"]
5
5
categories = ["data-structures"]
6
6
description = "Transport implementations for the MCP (Model Context Protocol) within the rust-mcp-sdk ecosystem, enabling asynchronous data exchange and efficient message handling between MCP clients and servers."
0 commit comments