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
14 lines
358 B
Markdown
14 lines
358 B
Markdown
---
|
|
description: Restore a previously saved browsing session
|
|
---
|
|
|
|
Restore session from: $ARGUMENTS
|
|
|
|
Use the `session_restore` tool to restore a previously saved session:
|
|
- Navigate to the saved URL
|
|
- Restore all cookies
|
|
- Restore localStorage data
|
|
- Restore sessionStorage data
|
|
|
|
If no path is specified, restore from `session.json` in the current directory.
|