Files
browse/commands/save.md
T
Adam Ladachowski 09c34b804f 💬 Commit message: Update 2026-02-08 04:49:18, 8 files, 120 lines
📁 Files changed: 8
📝 Lines changed: 120

  • settings.json
  • .mcp.json
  • README.md
  • save.md
  • cli.js
  • cli.js.map
  • package.json
  • cli.ts
2026-02-08 04:49:18 +01:00

16 lines
386 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 `/browse:restore`.