Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMEOUT | No | Request timeout in milliseconds | 30000 |
| USER_AGENT | No | User agent for HTTP requests | Mozilla/5.0 (compatible; LLMResearcher/1.0) |
| MAX_RESULTS | No | Maximum search results to display | 10 |
| MAX_RETRIES | No | Maximum retry attempts for failed requests | 3 |
| CACHE_ENABLED | No | Enable/disable local caching | true |
| RATE_LIMIT_DELAY | No | Delay between requests in milliseconds | 1000 |
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 | |