Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host address | 0.0.0.0 |
| PORT | No | Server port | 8000 |
| DEBUG | No | Enable debug mode with enhanced logging | true |
| HEADLESS | No | Run browser in headless mode | true |
| PYTHONPATH | No | Python path for module resolution, typically the path to the src directory. | |
| SCREENSHOT_DIR | No | Directory for screenshots | ./screenshots |
| VIEWPORT_WIDTH | No | Browser viewport width | 1920 |
| BROWSER_TIMEOUT | No | Browser launch timeout (ms) | 30000 |
| ELEMENT_TIMEOUT | No | Element interaction timeout (ms) | 10000 |
| VIEWPORT_HEIGHT | No | Browser viewport height | 1080 |
| NAVIGATION_TIMEOUT | No | Page navigation timeout (ms) | 30000 |
| SCREENSHOT_TIMEOUT | No | Screenshot capture timeout (ms) | 5000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |