Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Optional port for OAuth callback | 3001 |
NODE_ENV | No | Optional environment setting (development, production) | development |
LOG_LEVEL | No | Optional logging level (debug, info, warn, error) | info |
GOOGLE_APP_SCRIPT_API_CLIENT_ID | Yes | Your Google OAuth 2.0 Client ID for accessing the Google Apps Script API | |
GOOGLE_APP_SCRIPT_API_CLIENT_SECRET | Yes | Your Google OAuth 2.0 Client Secret for accessing the Google Apps Script API |
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 |