rust-mcp-sdk 0.9.0

An asynchronous SDK and framework for building MCP-Servers and MCP-Clients, leveraging the rust-mcp-schema for type safe MCP Schema Objects.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "client")]
pub mod mcp_client_handler;
#[cfg(feature = "client")]
pub mod mcp_client_handler_core;
#[cfg(feature = "server")]
pub mod mcp_server_handler;
#[cfg(feature = "server")]
pub mod mcp_server_handler_core;