Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| YOUTUBE_TIMEOUT | No | Timeout in seconds | 600 |
| YOUTUBE_CACHE_TTL | No | Cache TTL in seconds | 3600 |
| YOUTUBE_RATE_LIMIT | No | Rate limiting (e.g., "500K" for 500KB/s, "1M" for 1MB/s) | |
| YOUTUBE_MAX_RETRIES | No | Maximum number of retry attempts | 5 |
| YOUTUBE_RETRY_DELAY | No | Retry delay in seconds (with exponential backoff) | 2.0 |
| YOUTUBE_ENABLE_CACHE | No | Enable caching | true |
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 | |