//! MCP (Model Context Protocol) integration for ThinkingLanguage.
//!
//! Provides client and server MCP support over stdio and HTTP transports.
// Re-export key types for convenience
pub use ;
pub use McpError;
// Re-export rmcp types used by other crates
pub use rmcp;