Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| DB_HOST | Yes | Your database host | |
| DB_NAME | Yes | Your database name | |
| DB_PORT | Yes | Your database port | |
| DB_USER | Yes | Your database username | |
| DB_SSL_CA | No | Path to SSL/TLS CA certificate file (Optional: for SSL/TLS connections) | |
| DB_PASSWORD | Yes | Your database password | |
| DB_MAX_RETRIES | No | Number of connection retries (Optional) | 3 | 
| DB_RETRY_DELAY | No | Delay between retries in seconds (Optional) | 1.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 | |