//! Command implementations for the MCP CLI.
//!
//! This module contains all subcommand implementations, organized by functionality.
//! Each command module is responsible for parsing its arguments, executing the
//! operation, and formatting output according to the requested format.