Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_PORT | No | The port number for the application | 8080 |
| NODE_ENV | No | The Node.js environment mode | staging |
| LOG_LEVEL | No | The logging level | info |
| REDIS_URL | No | Redis connection URL (optional, falls back to in-memory store) | redis://localhost:6379 |
| WORK_DAYS | No | Comma-separated list of work days | Mon,Tue,Wed,Thu,Fri |
| DEFAULT_TZ | No | The default timezone | America/Chicago |
| TOKEN_ENC_KEY | Yes | Base64 encryption key for token storage | |
| WORK_HOURS_END | No | The end time for work hours | 18:00 |
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth client ID | |
| WORK_HOURS_START | No | The start time for work hours | 08:00 |
| GMAIL_SENDER_NAME | No | The sender name for Gmail | |
| GMAIL_SENDER_EMAIL | Yes | The sender email address for Gmail | |
| DEFAULT_MEETING_MIN | No | The default meeting duration in minutes | 30 |
| GOOGLE_REDIRECT_URI | No | The Google OAuth redirect URI | http://localhost:8080/oauth/google/callback |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth client secret | |
| ALLOWLIST_CALENDAR_IDS | No | Comma-separated list of allowed calendar IDs | primary |
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 | |