What's new
- 🔥 browser_evaluate tool was added. Evaluate on element to read styles, attributes or globally to run code 012c906
- 💻 Recent console logs are included in the tool results. Agents no longer need to poll for console messages 5bfff0a
- 💻 Page errors are included in console messages a5a57df
- 🏷️ Right click for your userland context menus c97bc6e
- 🖱️ (x,y) - based mouse actions available as opt-in (run mcp server with
--caps=vision
argument) d61aa16
Misc
- 9545473 chore: remove image reply special case in cursor
- 3061d9a chore: resolve dialog races
- da818d1 chore: make tab indexes 0-based
- fe0c0ff chore: mirror cli options w/ env vars
Breaking
- 825a97d chore: remove generate_test tool for now - We received mixed feedback on the tool, manually prompting to generate tests after actions is still the best practice
- d61aa16
--vision
mode has been deprecated and turned into--caps=vision
capability - d61aa16
browser_pdf_save
has been moved into a separate capability, run mcp server with--caps=pdf
argument.