Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMESCALEDB_HOST | Yes | The TimescaleDB host | |
| TIMESCALEDB_PORT | Yes | The TimescaleDB port | 5432 |
| TIMESCALEDB_USER | Yes | The TimescaleDB user | |
| TIMESCALEDB_DATABASE | Yes | The TimescaleDB database name | |
| TIMESCALEDB_PASSWORD | Yes | The TimescaleDB password | |
| TIMESCALEDB_MAX_POOL_SIZE | No | Maximum connection pool size | 10 |
| TIMESCALEDB_MIN_POOL_SIZE | No | Minimum connection pool size | 1 |
| TIMESCALEDB_QUERY_TIMEOUT | No | Query timeout in seconds | 30.0 |
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 | |