1 2 3 4 5 6 7
use hen::mcp; #[tokio::main] async fn main() -> Result<(), Box<dyn std::error::Error>> { let root = std::env::current_dir()?; mcp::run_stdio_server(root).await }