//! Model Context Protocol (MCP) integration for TurboClaude Agent.
//!//! This module provides SDK MCP server support, allowing tools to run
//! in-process without subprocess overhead.
pubmodsdk;// Re-export commonly used types
pubusesdk::{SdkMcpServer, SdkMcpServerBuilder, SdkTool, SdkToolError};