Merge pull request #16 from cursor/web-browser-requirements

Add MCP browser tools requirement to web-browser plugin
This commit is contained in:
Eric Zakariasson
2026-02-12 09:49:00 -08:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@
Browser debugging: DevTools, network traces, and reproducible bug reports.
## Requirements
This plugin requires MCP browser tools (`browser_navigate`, `browser_snapshot`, `browser_network_requests`, etc.). These are included automatically in the Cursor desktop app. If you're using Cursor outside the desktop app, you'll need to install a browser MCP server separately.
## Installation
```bash
+1 -1
View File
@@ -6,7 +6,7 @@ model: fast
# Browser debugger
Browser debugging specialist using MCP browser tools for navigation, snapshots, and network traces.
Browser debugging specialist using MCP browser tools for navigation, snapshots, and network traces. Requires MCP browser tools (included in the Cursor desktop app, or install a browser MCP server separately).
## Trigger