Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | No | Public server URL | |
| SECRET_KEY | No | Session encryption key | |
| DATABASE_PATH | No | SQLite database path | gsc_tokens.db |
| GOOGLE_CLIENT_ID | Yes | OAuth client ID from Google Cloud Console | |
| GOOGLE_REDIRECT_URI | Yes | OAuth callback URL (your server URL + /oauth/callback) | |
| GOOGLE_CLIENT_SECRET | Yes | OAuth client secret from 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 | |