mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
Merge pull request #16 from cursor/web-browser-requirements
Add MCP browser tools requirement to web-browser plugin
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user