//! main.rs
//!//! Sole binary entry point that launches the stdio MCP server.
//! Calls protocol::server::run and exits non-zero on fatal startup errors.
//!fnmain(){ifletErr(error)=rust_fs_mcp::server::run(){eprintln!("rust-fs-mcp fatal: {error}");std::process::exit(1);}}