Executes command-line commands and returns their output, status code, and errors.
Cmd-Line Executor provides a mechanism to run command-line applications remotely. As an MCP server, it exposes a 'run_command' tool that accepts command and arguments, executes them, and returns standard output, standard error, and the exit status. This enables other applications to interface with system-level commands in a controlled and programmatic manner.