Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache TTL in seconds | 3600 |
| CACHE_ENABLED | No | Enable caching | true |
| CACHE_MAX_SIZE | No | Max cached items | 100 |
| MCP_SERVER_HOST | No | Bind address | 0.0.0.0 |
| MCP_SERVER_PORT | No | Port number | 8000 |
| YOUTUBE_COOKIES | No | Path to YouTube cookies file (optional) | |
| RATE_LIMIT_WINDOW | No | Window in seconds | 60 |
| RATE_LIMIT_ENABLED | No | Enable rate limiting | true |
| YOUTUBE_PROXY_HTTP | No | HTTP proxy for YouTube requests (optional) | |
| RATE_LIMIT_REQUESTS | No | Requests per window | 100 |
| YOUTUBE_PROXY_HTTPS | No | HTTPS proxy for YouTube requests (optional) |
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 | |