Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_FILE | No | 日志文件路径 | logs/seedream_mcp.log |
LOG_LEVEL | No | 日志级别 | INFO |
ARK_API_KEY | Yes | 火山引擎 API 密钥 | |
ARK_BASE_URL | No | API 基础 URL | https://ark.cn-beijing.volces.com/api/v3 |
SEEDREAM_TIMEOUT | No | 请求超时时间(秒) | 60 |
SEEDREAM_MODEL_ID | No | 模型 ID | doubao-seedream-4-0-250828 |
SEEDREAM_API_TIMEOUT | No | API 超时时间(秒) | 60 |
SEEDREAM_MAX_RETRIES | No | 最大重试次数 | 3 |
SEEDREAM_DEFAULT_SIZE | No | 默认图像尺寸 | 2K |
SEEDREAM_AUTO_SAVE_ENABLED | No | 是否启用自动保存 | true |
SEEDREAM_DEFAULT_WATERMARK | No | 默认水印设置 | true |
SEEDREAM_AUTO_SAVE_BASE_DIR | No | 自动保存基础目录 | ./seedream_images |
SEEDREAM_AUTO_SAVE_DATE_FOLDER | No | 是否创建日期文件夹 | true |
SEEDREAM_AUTO_SAVE_MAX_RETRIES | No | 下载最大重试次数 | 3 |
SEEDREAM_AUTO_SAVE_CLEANUP_DAYS | No | 自动清理天数 | 30 |
SEEDREAM_AUTO_SAVE_MAX_FILE_SIZE | No | 最大文件大小(字节) | 52428800 |
SEEDREAM_AUTO_SAVE_MAX_CONCURRENT | No | 最大并发下载数 | 5 |
SEEDREAM_AUTO_SAVE_DOWNLOAD_TIMEOUT | No | 下载超时时间(秒) | 30 |
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 |