Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLESS | No | Controls whether the browser runs in headless mode | true |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_launch | Launch a new browser instance |
| browser_navigate | Navigate to a URL |
| browser_close | Close the browser instance |
| screenshot_capture | Take a screenshot of the current page |
| screenshot_viewport | Take a screenshot with specific viewport settings |
| browser_execute_script | Execute JavaScript in the browser context |