Screenshot
Capture a screenshot of the running application for visual reference.
Trigger
Use when the user wants to see the current state of their app, identify UI areas for comment placement, or verify visual changes after Velt integration.
Workflow
- •Ensure the app is running (default: localhost:3000).
- •Use the
take_project_screenshotMCP tool. - •Display the screenshot to the user.
- •If needed, use
detect_comment_placementto analyze the UI for optimal comment locations.
Guardrails
- •App must be running on localhost before taking screenshot.
- •Default URL is http://localhost:3000 — ask user if their dev server uses a different port.
- •Screenshot uses Playwright — it may need to be installed first.
Output
- •Screenshot of the running application
- •Optional: recommended comment placement locations