Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | 0 |
| FFMPEG_PATH | No | Path to ffmpeg binary | ffmpeg |
| YT_DLP_PATH | No | Path to yt-dlp binary | yt-dlp |
| OPENAI_API_KEY | No | OpenAI API key for Whisper-based subtitle generation | |
| WHISPER_MODEL_PATH | No | Path to whisper model (for local whisper) | Auto-download |
| WHISPER_BINARY_PATH | No | Path to local whisper binary | whisper |
| VIDEO_TOOLKIT_STORAGE_DIR | No | Default directory for downloaded videos | ~/.video-toolkit/downloads |
| VIDEO_TOOLKIT_WHISPER_ENGINE | No | Preferred whisper engine: openai, local, or auto | auto |
Capabilities
Server capabilities have not been inspected yet.
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 | |