//! MCP client implementation
//!
//! This module provides the main client implementation for the Model Context Protocol.
// Re-export the main client type and builder
pub use ;
pub use McpClient;
pub use ;
// Legacy alias for test compatibility
pub type ClientBuilder = McpClientBuilder;