// src/mcp/mod.rs
//! Model Context Protocol (MCP) client implementation.
//!
//! The Model Context Protocol is an open protocol that standardizes how
//! applications provide context to LLMs. For more information, see:
//! <https://modelcontextprotocol.io/>
pub use McpConfig;