Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_BASE | No | API基础URL | |
| MCP_PORT | No | MCP服务器端口 | 8001 |
| OPENAI_API_KEY | Yes | LLM API密钥 | |
| DEFAULT_MODEL_DIR | No | 模型文件保存目录 | |
| DEFAULT_OUTPUT_DIR | No | 下载文件保存目录 | |
| WHISPER_MODEL_SIZE | No | Whisper模型大小 | tiny |
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 |
|---|---|
No tools | |