09c34b804f
📁 Files changed: 8 📝 Lines changed: 120 • settings.json • .mcp.json • README.md • save.md • cli.js • cli.js.map • package.json • cli.ts
16 lines
386 B
Markdown
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`.
|