Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment setting | production |
| LOG_LEVEL | No | Logging level for the server (e.g., info, debug) | info |
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth 2.0 Client ID | |
| GOOGLE_REDIRECT_URI | No | OAuth redirect URI | http://localhost:3000/auth/callback |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth 2.0 Client Secret |
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 | |