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
16 lines
393 B
Markdown
16 lines
393 B
Markdown
---
|
|
description: Save the current browsing session state to a file
|
|
---
|
|
|
|
Save the current session state to: $ARGUMENTS
|
|
|
|
Use the `session_save` tool to save:
|
|
- Current URL and page title
|
|
- All cookies
|
|
- localStorage data
|
|
- sessionStorage data
|
|
|
|
If no path is specified, save to `session.json` in the current directory.
|
|
|
|
This allows you to restore the session later with `/claude-browse:restore`.
|