Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CLICKHOUSE_HOST | Yes | The hostname of your ClickHouse server | |
CLICKHOUSE_PORT | No | The port number of your ClickHouse server (Default: 8443 if HTTPS is enabled, 8123 if disabled) | |
CLICKHOUSE_USER | Yes | The username for authentication | |
CLICKHOUSE_SECURE | No | Enable/disable HTTPS connection | true |
CLICKHOUSE_VERIFY | No | Enable/disable SSL certificate verification | true |
CLICKHOUSE_DATABASE | No | Default database to use | |
CLICKHOUSE_PASSWORD | Yes | The password for authentication | |
CLICKHOUSE_CONNECT_TIMEOUT | No | Connection timeout in seconds | 1800 |
CLICKHOUSE_SEND_RECEIVE_TIMEOUT | No | Send/receive timeout in seconds | 1800 |
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 |