Releases: dcl632/windows-gui-mcp
Releases · dcl632/windows-gui-mcp
Release list
windows-gui-mcp v0.1.0
windows-gui-mcp v0.1.0
Initial public release of windows-gui-mcp, a Windows GUI Automation MCP server for AI coding agents.
Highlights:
- UIA-first Windows GUI automation tools exposed through MCP.
- Verify-after-action workflow for clicks, typing, waits, and text checks.
- OCR/image fallback as a last resort.
- Trace-to-pywinauto script generation.
- Notepad and Calculator demo workflow.
Validation:
- python -m compileall -q src tests
- python -m pytest -q
- ruff check .
- python -m build
- twine check dist/*