v1.2.0 - SEO, Performance + NextJS Audits; Screenshot Auto-Paste; Bug fixes #70
tedjames
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can now enable "Allow Auto-Paste into Cursor" within the DevTools panel. Screenshots will be automatically pasted into Cursor (just make sure to focus/click into the Agent input field in Cursor, otherwise it won't work!)
Integrated a suite of SEO, performance, accessibility, and best practice analysis tools via Lighthouse
Implemented a NextJS specific prompt used to improve SEO for a NextJS application
Added Debugger Mode as a tool which executes all debugging tools in a particular sequence, along with a prompt to improve reasoning
Added Audit Mode as a tool to execute all auditing tools in a particular sequence
Resolved Windows connectivity issues
Improved networking between BrowserTools server, extension and MCP server with host/port auto-discovery, auto-reconnect, and graceful shutdown mechanisms
Added ability to more easily exit out of the Browser Tools server with Ctrl+C
To start using this download the chrome extension from the zip file below and/or follow the instructions here:
https://browsertools.agentdesk.ai/
Make sure to remove the older chrome extension and add this newly updated one.
Update to the latest MCP server version in Cursor, Windsurf or whatever client you're in to use this new version:
npx @agentdeskai/browser-tools-mcp@1.2.0
Then run the usual command from your terminal to start the local node server:
npx @agentdeskai/browser-tools-server
This discussion was created from the release v1.2.0 - SEO, Performance + NextJS Audits; Screenshot Auto-Paste; Bug fixes.
Beta Was this translation helpful? Give feedback.
All reactions