Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level for the server | info |
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth2 Client ID from Google Cloud Console | |
| GOOGLE_CALENDAR_ID | No | The ID of the Google Calendar to use | primary |
| GOOGLE_REDIRECT_URI | No | The OAuth2 redirect URI configured in Google Cloud Console | http://localhost:3000/oauth2callback |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth2 Client Secret from Google Cloud Console | |
| GOOGLE_REFRESH_TOKEN | Yes | Your Google OAuth2 Refresh Token obtained from OAuth 2.0 Playground |
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 | |