Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_BROWSERS | No | Maximum number of browser instances to maintain | 3 |
| BROWSER_TYPES | No | Comma-separated list of browser types to use (options: chromium, firefox, webkit) | chromium,firefox |
| DEFAULT_TIMEOUT | No | Default timeout for requests in milliseconds | 6000 |
| BROWSER_HEADLESS | No | Run browsers in headless mode | true |
| MAX_CONTENT_LENGTH | No | Maximum content length in characters | 500000 |
| RELEVANCE_THRESHOLD | No | Minimum quality score for search results (0.0-1.0) | 0.3 |
| DEBUG_BROWSER_LIFECYCLE | No | Enable detailed browser lifecycle logging for debugging | false |
| ENABLE_RELEVANCE_CHECKING | No | Enable/disable search result quality validation | true |
| FORCE_MULTI_ENGINE_SEARCH | No | Try all search engines and return best results | false |
| BROWSER_FALLBACK_THRESHOLD | No | Number of axios failures before using browser fallback | 3 |
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 | |