setup_browser_state
Configures and saves browser state for reuse by launching a non-headless browser, enabling login/authentication, and storing cookies and local storage to a local file.
Instructions
Sets up and saves browser state for future use.
This tool should only be called in one scenario:
- The user explicitly requests to set up browser state/authentication
Launches a non-headless browser for user interaction, allows login/authentication, and saves the browser state (cookies, local storage, etc.) to a local file.
Args: url: Optional URL to navigate to upon opening the browser. ctx: The MCP context (used for progress reporting, not directly here).
Returns: list[TextContent]: Confirmation of state saving or error messages.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | No |