browser_navigate
Opens a specified local development URL in a headless browser, validating against an allowlist to ensure only trusted localhost destinations are accessed.
Instructions
Navigate the browser to a local dev URL (validated against the localhost allowlist).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to load, e.g. http://localhost:8787 |