Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATASET_1_DESC | Yes | Description of the first dataset | |
| DATASET_1_NAME | Yes | The name of the first dataset | |
| DATASET_1_CONNECTION | Yes | PostgreSQL connection string for the first dataset (format: postgresql://user:password@host:port/database?sslmode=require) | |
| DATASET_1_DICTIONARY | Yes | JSON dictionary mapping table names to descriptions for the first dataset |
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 | |