Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTGRES_SSL | No | Whether to use SSL for the connection (true/false) | false |
| POSTGRES_HOST | Yes | The PostgreSQL database host | localhost |
| POSTGRES_PORT | Yes | The PostgreSQL database port | 5432 |
| POSTGRES_USER | Yes | The PostgreSQL database username | |
| POSTGRES_DATABASE | Yes | The PostgreSQL database name | |
| POSTGRES_PASSWORD | Yes | The PostgreSQL database password |
Capabilities
Server capabilities have not been inspected yet.
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 | |