//! The `sim-mcp-server` binary: a thin bootloader that serves MCP over stdio.
//!
//! `sim-mcp-server ARGS...` boots through [`sim_run_core::Bootloader`] (via
//! [`sim_lib_mcp::mcp_bootloader`]) -- the same runtime the `sim` binary uses -- with
//! the MCP codec and serve library loaded, and dispatches the `cli/main/mcp`
//! entrypoint. It is equivalent to `sim mcp ARGS...`. This binary constructs no `Cx`.
use OsString;
use process;