veto_playwright
Coordinate browser sessions for testing, accessibility review, and security scanning. Execute specified tasks in Playwright with a given project directory and optional starting URL.
Instructions
Playwright MCP integration. Coordinates browser sessions for testing, a11y review, and security scanning of UI vulnerabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional starting URL for the browser session. | |
| task | Yes | Description of the browser task or test scenario. | |
| project_dir | Yes | Absolute path to project root. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |