Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | info |
| ELASTIC_URL | Yes | Elasticsearch cluster URL | |
| ELASTIC_TIMEOUT | No | Request timeout in ms | 30000 |
| ELASTIC_PASSWORD | No | Basic auth password | |
| ELASTIC_USERNAME | No | Basic auth username | |
| ELASTIC_API_KEY_ID | No | API key ID (alternative to encoded) | |
| ELASTIC_API_KEY_SECRET | No | API key secret (use with ID) | |
| ELASTIC_API_KEY_ENCODED | No | Pre-encoded API key (base64) | |
| ELASTIC_SKIP_SSL_VERIFY | No | Skip SSL verification | false |
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 | |