Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PG_DB | Yes | PostgreSQL database name | pagila |
| PG_HOST | Yes | PostgreSQL host | localhost |
| PG_PASS | Yes | PostgreSQL password | |
| PG_PORT | Yes | PostgreSQL port | 5432 |
| PG_USER | Yes | PostgreSQL user | postgres |
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 | |