Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OAUTH_CLIENT_ID | No | OAuth client ID required for Remote Mode. | |
| YOUTUBE_API_KEY | No | Optional YouTube API key required only for the get_comments tool. | |
| AUTH_PASSWORD_HASH | No | Bcrypt hash of the password for the consent page in Remote Mode. | |
| OAUTH_CLIENT_SECRET | No | OAuth client secret required for Remote Mode. Can be generated using: openssl rand -hex 32 |
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 | |