Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BROWSER_POOL_DEBUG | No | Set to 1 to enable debug logging to debug.log | 0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_navigate | Navigate to URL |
| browser_snapshot | Page snapshot |
| browser_click | Click element |
| browser_type | Type text |
| browser_screenshot | Take screenshot |
| browser_close | Close browser |
| browser_tabs | Manage tabs |
| browser_navigate_back | Go back |
| browser_press_key | Press key |
| browser_hover | Hover element |
| browser_select_option | Select option |
| browser_evaluate | Run JavaScript |
| browser_wait_for | Wait for condition |
| browser_resize | Resize window |
| browser_handle_dialog | Handle dialog |
| browser_file_upload | Upload files |
| browser_console_messages | Get console |
| browser_network_requests | Get network requests |
| pool_status | Browser pool status |
| pool_test | Test async response |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |