pub fn run_cli()Expand description
Parse the process arguments and run the published mcp-repl CLI.
The binary target intentionally delegates straight here so the application lifecycle remains testable and the package can be extracted without moving its implementation back into a monolithic executable.