Start a dev server with reverse proxy for browser debugging
Start a dev server with reverse proxy for browser debugging. Use this when you need to capture JavaScript errors, track performance metrics, monitor user interactions, and debug web apps in real-time.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install tools@standardbeagle-toolsStart a development server with reverse proxy for browser debugging capabilities.
mcp__agnt__detect to find available scriptsmcp__agnt__run script_name="dev" to start the servermcp__agnt__proxy action="start" targeting the dev servermcp__agnt__proxylog to check for errors# Start dev server
mcp__agnt__run script_name="dev"
# Start proxy
mcp__agnt__proxy action="start" id="dev" target_url="http://localhost:3000"
# Check for errors
mcp__agnt__proxylog proxy_id="dev" action="summary"