1 2 3 4 5 6
mod mcp; #[tokio::main] async fn main() -> anyhow::Result<()> { mcp::run_server().await }