Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server runs on for HTTP mode. If changed, GOOGLE_REDIRECT_URI must also be updated to match. | 3000 |
| NODE_ENV | No | The application environment (e.g., development, production). | development |
| GOOGLE_CLIENT_ID | Yes | Your Google Cloud OAuth client ID obtained from the Google Cloud Console. | |
| GOOGLE_REDIRECT_URI | Yes | The authorized redirect URI configured in your Google Cloud project (e.g., http://localhost:3000/auth/callback). | http://localhost:3000/auth/callback |
| GOOGLE_CLIENT_SECRET | Yes | Your Google Cloud OAuth client secret obtained from the Google Cloud Console. |
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 | |