ruyi_export_session
Export current browser session state (cookies, localStorage, sessionStorage, UserAgent, URL) to JSON for reuse by other tools. Enables cross-tool session bridging for authentication continuity.
Instructions
导出当前浏览器会话状态(Cookie、localStorage、sessionStorage、UserAgent、URL)。可保存到 JSON 文件供 js-reverse-mcp、ruyitrace 或其他工具复用。这是跨工具 session 桥接的核心工具。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | 要导出的内容类型 | |
| pageIdx | No | 标签页索引 | |
| outputFile | No | 保存到的 JSON 文件路径(绝对路径)。不提供则直接返回内容。 |