UNPKG

coze-video-concatenator-mcp

Version:
14 lines (10 loc) 444 B
# Coze视频拼接工作流 MCP插件环境变量配置 # 必需的环境变量 COZE_API_KEY=your_coze_api_key_here # 说明: # COZE_API_KEY: 你的Coze API密钥,用于调用视频拼接工作流 # 获取方式:登录Coze平台,在API设置中获取 # 设置方法: # Windows PowerShell: $env:COZE_API_KEY="your_key_here" # Windows CMD: set COZE_API_KEY=your_key_here # Linux/Mac: export COZE_API_KEY="your_key_here"