Skip to main content

mcp_utils/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub mod display_meta;
4mod protocol;
5pub mod server;
6pub mod status;
7pub mod testing;
8pub mod tool_gateway;
9
10#[cfg(feature = "client")]
11pub mod client;
12
13pub use rmcp::ServiceExt;