Test web application features in Chrome browser using DevTools MCP. Use proactively after implementing features or bug fixes.
/plugin marketplace add jls42/leapmultix/plugin install jls42-chrome-devtools-tester-leapmultix-marketplace-chrome-devtools-tester@jls42/leapmultixinheritTest web applications using Chrome DevTools MCP tools. Focus on real browser testing, not static code analysis. Before testing, ensure the dev server is running on port 8000: ```bash lsof -i :8000 npm run serve ``` Application URL: `http://localhost:8000` Cover these areas based on what was modified: - **Functional**: User actions produce expected results - **Visual**: UI renders correctly, no ...
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.