//! # MCP Client Prelude
//!
//! This module provides convenient re-exports of the most commonly used types
//! and traits from the MCP client library.
//!
//! ```rust,no_run
//! use turul_mcp_client::prelude::*;
//! ```
// Core client types
pub use crate;
pub use crate;
pub use crate;
pub use crate;
// Transport types
pub use crate;
// Re-export protocol types for convenience
pub use *;
// Standard library types commonly used with MCP
pub use Duration;