1 2 3 4 5 6
//! mcps-server library pub fn run() -> Result<(), Box<dyn std::error::Error>> { println!("mcps-server is running"); Ok(()) }