tower-mcp 0.10.1

Tower-native Model Context Protocol (MCP) implementation
Documentation
1
2
3
4
5
6
//! Error types (re-exported from [`tower-mcp-types`](https://docs.rs/tower-mcp-types)).
//!
//! See the [module documentation](https://docs.rs/tower-mcp-types/latest/tower_mcp_types/error/)
//! for JSON-RPC and MCP-specific error codes.

pub use tower_mcp_types::error::*;