//! # OpenRouter API Client Library
//!
//! A Rust client for interfacing with the OpenRouter API.
// Add the MCP module
pub use ;
pub use *;
pub use ;
pub use MCPClient; // Re-export MCPClient
pub use types as mcp_types; // Re-export MCP types
// Ensure TLS features are mutually exclusive
compile_error!;