Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Node environment (production, development) | |
LOG_LEVEL | No | Logging level (error, warn, info, debug) | |
SITEMAP_URLS | No | Comma-separated list of sitemap URLs (includes developers, help, and partners) | |
DATABASE_PATH | No | SQLite database file location | |
UPDATE_SCHEDULE | No | Cron expression for automatic updates (default: every Sunday at 2 AM) | 0 0 2 * * 0 |
RATE_LIMIT_REQUESTS | No | Maximum requests per window | 10 |
FORCE_UPDATE_ON_START | No | Perform full update on server start | false |
MAX_CONCURRENT_UPDATES | No | Concurrent document processing | 5 |
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 |