Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions web-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web-browser/agents/browser-debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down