1//! Error types (re-exported from [`tower-mcp-types`](https://docs.rs/tower-mcp-types)).
2//!
3//! See the [module documentation](https://docs.rs/tower-mcp-types/latest/tower_mcp_types/error/)
4//! for JSON-RPC and MCP-specific error codes.
56pub use tower_mcp_types::error::*;