Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DB_HOST | Yes | PostgreSQL database host | localhost |
DB_NAME | Yes | Your PostgreSQL database name | |
DB_PORT | Yes | PostgreSQL database port | 5432 |
DB_USER | Yes | Your PostgreSQL username | |
DB_PASSWORD | Yes | Your PostgreSQL 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 |