Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PGHOST | No | PostgreSQL host | |
| PGUSER | No | PostgreSQL user | |
| PGDATABASE | No | PostgreSQL database name | |
| PGPASSWORD | No | PostgreSQL password | |
| DATABASE_URL | No | The database URL | |
| GOOGLE_SCOPES | No | Google API scopes (default provided in .env.example) | |
| GOOGLE_CLIENT_ID | No | Google OAuth 2.0 Client ID | |
| OAUTH_REDIRECT_URI | No | OAuth redirect URI (https://YOUR-RENDER-URL/oauth2callback) | |
| GOOGLE_CLIENT_SECRET | No | Google OAuth 2.0 Client Secret |
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 | |