1 2 3 4 5 6
//! MCP protocol types (re-exported from [`tower-mcp-types`](https://docs.rs/tower-mcp-types)). //! //! These types follow the MCP specification (2025-11-25): //! <https://modelcontextprotocol.io/specification/2025-11-25> pub use tower_mcp_types::protocol::*;