소개
Unlike standard command execution tools that operate in isolation, Interactive Terminal offers a Model Context Protocol (MCP) server designed to enable large language models (LLMs) to manage persistent processes. It allows LLMs to spawn and interact with applications like `ssh`, `ipython`, or `gdb` through standard input/output streams, preserving session context. This is critical for scenarios requiring continuous interaction, such as remote system administration, interactive debugging, and maintaining environment variables or working directories across multiple commands.