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
pub mod error;
pub mod hyper_runtime;
pub mod hyper_server;
pub mod hyper_server_core;
mod routes;
mod server;

pub use server::*;