ab03140803
📁 Files changed: 17 📝 Lines changed: 662 • plugin.json • .mcp.json • README.md • analyze.md • compare.md • end.md • extract.md • fill.md • goto.md • restore.md • save.md • scrape.md • screenshot.md • start.md • package.json • browser.ts • mcp.ts
12 lines
358 B
Markdown
12 lines
358 B
Markdown
---
|
|
description: Start an interactive browsing session
|
|
---
|
|
|
|
Start an interactive browser session. Use the browser tools to:
|
|
1. Navigate to URLs with `goto`
|
|
2. Take screenshots to see page content
|
|
3. Query elements with CSS selectors
|
|
4. Click and type to interact with pages
|
|
|
|
The browser is headless WebKit (Safari engine). Start by asking what URL to visit.
|