Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | The host address of the PostgreSQL server. | |
| port | Yes | The port number of the PostgreSQL server. | |
| database | Yes | The name of the database to connect to. | |
| password | Yes | The password for database authentication. | |
| username | Yes | The username for database authentication. | |
| PYTHONUNBUFFERED | No | Set to 1 to ensure output is sent directly to stdout without buffering. |
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 | |