Metadata-Version: 2.4
Name: dcc-mcp-openscreen
Version: 0.1.1
Summary: OpenScreen recording and demo export adapter for DCC-MCP
Author-email: Long Hao <hal.long@outlook.com>
License: MIT
Requires-Python: >=3.7
Requires-Dist: dcc-mcp-core<1.0.0,>=0.20.14
Description-Content-Type: text/markdown

# dcc-mcp-openscreen

Standalone DCC-MCP adapter for [OpenScreen](https://github.com/getopenscreen/openscreen).

The adapter exposes only typed, bounded CLI operations. Set `DCC_MCP_OPENSCREEN_PATH` when the executable is not on `PATH`. It does not automate the desktop UI; DCC window selection and unsupported UI actions remain owned by `dcc-cua` / `ui-control`.

## Run

```powershell
python -m pip install -e .
dcc-mcp-openscreen
```

Tools: `openscreen__sources`, `openscreen__record`, and `openscreen__export`.

## License

MIT
