Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTGRES_SSL | No | Set to true if using SSL connection for PostgreSQL | false |
| POSTGRES_HOST | Yes | PostgreSQL database host | localhost |
| POSTGRES_PORT | Yes | PostgreSQL database port | 5432 |
| POSTGRES_USER | Yes | PostgreSQL database user | |
| GMAIL_CLIENT_ID | Yes | Your Gmail OAuth 2.0 Client ID from Google Cloud Console | |
| POSTGRES_DATABASE | Yes | PostgreSQL database name | |
| POSTGRES_PASSWORD | Yes | PostgreSQL database password | |
| GMAIL_CLIENT_SECRET | Yes | Your Gmail OAuth 2.0 Client Secret from Google Cloud Console | |
| GMAIL_REFRESH_TOKEN | Yes | Your Gmail OAuth 2.0 Refresh Token obtained through authorization |
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 | |