Skip to content

Commit cf89d11

Browse files
browser-navigation: add commands to disable conflicting MCPs
Shows how to check for and remove Chrome DevTools or Playwright MCP to save context since agent-browser covers the same functionality. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent 44d4670 commit cf89d11

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

  • plugins/droid-evolved/skills/browser-navigation

plugins/droid-evolved/skills/browser-navigation/SKILL.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,19 @@ agent-browser find nth 2 "a" text
356356
- Verifying UI functionality
357357
- Filling out forms programmatically
358358
359-
## Context Saving Tip
359+
## Disable conflicting MCPs
360360
361-
When using this skill, disable other browser-related MCPs (Chrome DevTools, Playwright) to reduce context usage. agent-browser provides comprehensive functionality for most browser automation needs.
361+
If you have Chrome DevTools or Playwright MCP enabled, disable them to save context. This skill covers the same functionality.
362+
363+
Check what's enabled:
364+
```
365+
/mcp
366+
```
367+
368+
Remove the conflicting MCP:
369+
```
370+
/mcp remove chrome-devtools
371+
/mcp remove playwright
372+
```
373+
374+
agent-browser handles everything those MCPs do, so there's no reason to have them loaded at the same time.

0 commit comments

Comments
 (0)