Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | 服务端口(默认:8080) | 8080 |
LOG_LEVEL | No | 日志级别(默认:info) | info |
YTDLP_TIMEOUT | No | yt-dlp 超时时间(默认:300000ms) | 300000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
download_video | 下载指定URL的视频到本地路径 |
get_video_info | 获取视频信息(不下载) |
get_task_status | 获取下载任务状态 |
cancel_task | 取消下载任务 |
list_tasks | 列出所有下载任务 |