//! Model Context Protocol (MCP) server module
//!
//! This module implements the MCP server for AI agent integration,
//! providing web sensing tools through the MCP protocol.
/// MCP transport abstraction
/// MCP protocol types
pub use McpServer;
pub use ;
pub use ;
pub use ;