//! Stdio transport command.
//!
//! Runs the MCP server over stdin/stdout for use with Claude Desktop,
//! Cursor, and other MCP clients that communicate via stdio.
use Parser;
use ServiceExt;
use ServerInitializeError;
use info;
use crateServer;
/// Runs the MCP server in stdio mode.
;