Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 8931 |
| LOG_LEVEL | No | Logging level (error, warn, info, debug) | info |
| CORS_ORIGIN | No | CORS allowed origins | * |
| MAX_SESSIONS | No | Maximum concurrent browser sessions | |
| SESSION_TIMEOUT | No | Session timeout in seconds | |
| PLAYWRIGHT_BROWSER | No | Browser type (chromium, firefox, webkit) | chromium |
| PLAYWRIGHT_HEADLESS | No | Run browser in headless mode | true |
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 | |