/**
* MCP Proxy Library
*
* A Rust implementation of the MCP proxy that provides:
* 1. SSE client that connects to a remote SSE server and exposes it as a stdio server
* 2. Stdio client that connects to a local stdio server and exposes it as an SSE server
*/
// Export main functions
pub use run_sse_client;
pub use run_sse_server;