Metadata-Version: 2.4
Name: iflow-mcp_qododavid-pty-mcp
Version: 0.1.0
Summary: An MCP tool server that provides a stateful terminal.
Author-email: David Wurtz <david.w@qodo.ai>
License: Apache 2.0
Requires-Python: >=3.10
Requires-Dist: mcp>=1.2.1
Requires-Dist: pexpect>=4.9.0
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# pty-mcp

An MCP tool server that provides a stateful terminal.

## Installation

### Option 1: Install with pipx (Recommended)

This is the recommended way to install pty-mcp as it creates an isolated environment:

1. Install pipx if you haven't already:
   ```bash
   python -m pip install --user pipx
   pipx ensurepath
   ```

2. Install pty-mcp:
   ```bash
   pipx install git+https://github.com/qodo-ai/pty-mcp.git
   ```

The server will be available as `pty-mcp` in your path.