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