Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PASSWORD | No | Password for basic authentication (optional). | |
| USERNAME | No | Username for basic authentication (optional). | |
| CRAWLER_DEBUG | No | Whether to enable debug mode (true/false). Defaults to false. | |
| CRAWLER_TIMEOUT | No | Page timeout in milliseconds. Defaults to 30000. | |
| CRAWLER_HEADLESS | No | Whether to run the browser in headless mode (true/false). Defaults to true. | |
| CRAWLER_USER_AGENT | No | Custom User-Agent string for the browser crawler. | |
| CRAWLER_VIEWPORT_WIDTH | No | Browser viewport width. Defaults to 1280. | |
| CRAWLER_VIEWPORT_HEIGHT | No | Browser viewport height. Defaults to 800. |
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 | |