Metadata-Version: 2.4
Name: qtpilot-bridge
Version: 0.1.0
Summary: MCP bridge for qt-pilot: drive Qt applications from AI agents
License: MIT
Project-URL: Homepage, https://github.com/saldoran/qt-pilot
Project-URL: Repository, https://github.com/saldoran/qt-pilot
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.2
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-asyncio>=0.24; extra == "dev"
Requires-Dist: ruff>=0.6; extra == "dev"

# qtpilot-bridge

MCP server that lets AI agents drive Qt 6 applications: launch with an injected probe
plugin, snapshot the UI tree, read properties, click, type, drag, wait for state and take
screenshots.

This package is the Python half of [qt-pilot](https://github.com/saldoran/qt-pilot). It
requires the qt-pilot **probe plugin** built against the same Qt major.minor line as the
target application — see the repository README for the 3-command CMake build.

## Usage

```bash
claude mcp add qtpilot -e QTPILOT_PROBE_DIR=/abs/path/to/probe-install/plugins -- uvx qtpilot-bridge
```

Then ask the agent to `app_launch` your Qt executable. MIT licensed.
