Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Set to 'production' for production use | |
| GOOGLE_CLIENT_ID | No | Your Google OAuth client ID (e.g., YOUR_CLIENT_ID.apps.googleusercontent.com) | |
| GOOGLE_CLIENT_SECRET | No | Your Google OAuth client secret | |
| GOOGLE_OAUTH_CREDENTIALS | No | Path to OAuth credentials JSON file downloaded from Google Cloud Console | |
| GOOGLE_CALENDAR_MCP_TOKEN_PATH | No | Custom path for token storage (optional) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |