Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| POSTGRES_HOST | Yes | PostgreSQL host address | localhost |
| POSTGRES_PORT | Yes | PostgreSQL port number | 5432 |
| POSTGRES_USER | Yes | PostgreSQL user for authentication | |
| POSTGRES_DATABASE | Yes | PostgreSQL database name | |
| POSTGRES_PASSWORD | Yes | PostgreSQL password for authentication | |
| QUERY_HISTORY_SIZE | No | Number of queries to keep in history | 100 |
| POSTGRES_POOL_MAX_SIZE | No | Maximum connection pool size | 10 |
| POSTGRES_POOL_MIN_SIZE | No | Minimum connection pool size | 2 |
| POSTGRES_COMMAND_TIMEOUT | No | Command timeout in seconds | 60 |
| POSTGRES_CONNECTION_TIMEOUT | No | Connection timeout in seconds | 10 |
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 | |