Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| DB_HOST | Yes | Your AWS PostgreSQL database host (e.g., YOUR_HOST.rds.amazonaws.com) | |
| DB_NAME | Yes | Your database name | |
| DB_PORT | No | Your database port | 5432 | 
| DB_USER | Yes | Your database username | |
| DB_PASSWORD | Yes | Your database password | 
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 | |