What problem does it solve?
Streamlines the manual setup work required to prepare a Windows WPF application for AI-driven UI automation, ensuring the agent is installed, configured, and registered with the Claude MCP server so autonomous exploration and verification workflows can run.
Core Features & Use Cases
- Install and configure the wpf-agent package in development mode to enable local testing and skill installation.
- Initialize runtime profiles by creating or updating profiles.json with the target application's process name, window title, and executable path.
- Register MCP server to expose the agent's commands to Claude using claude mcp add, and verify connectivity by listing windows.
- Use Case: Onboard a Windows 10/11 desktop application into automated UI testing so Claude Code can run wpf-explore and wpf-verify scenarios.
Quick Start
Run the package installation in editable mode, execute wpf-agent init to create config, and add the MCP server with claude mcp add wpf-agent -- python -m wpf_agent mcp-serve so the agent is available to Claude.