//! Browser-specific MCP client implementation
//!
//! This module provides an MCP client that works in web browsers using
//! the Fetch API and WebSocket API.
pub use McpClient;
pub use ;
use *;
/// Initialize the WASM module (called automatically)
/// Log a message to the browser console
/// Log an error to the browser console