Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Server environment (production, development, etc.) | production |
| LOG_LEVEL | No | Logging verbosity level (debug, info, warn, error) | info |
| GOOGLE_API_KEY | Yes | Your Google API key for the Custom Search API | |
| MAX_CACHE_ENTRIES | No | Maximum number of cache entries | 100 |
| REQUEST_TIMEOUT_MS | No | Request timeout in milliseconds | 30000 |
| MAX_CONTENT_SIZE_MB | No | Maximum content size in megabytes | 50 |
| RATE_LIMIT_WINDOW_MS | No | Rate limit window in milliseconds | 60000 |
| GOOGLE_SEARCH_ENGINE_ID | Yes | Your Google Custom Search Engine ID | |
| RATE_LIMIT_MAX_REQUESTS | No | Maximum requests per rate limit window | 100 |
| CONCURRENT_REQUEST_LIMIT | No | Concurrent request limit | 10 |
| SEARCH_CACHE_TTL_MINUTES | No | Search result cache duration in minutes | 5 |
| CONTENT_CACHE_TTL_MINUTES | No | Content extraction cache duration in minutes | 30 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |