# lzwcai-workflow-to-mcp MCP Server for executing workflows with dynamic tool generation. ## 功能 - 从 API 动态加载工作流配置 - 自动生成 MCP 工具 - 支持工作流执行 ## 安装 ```bash pip install lzwcai-workflow-to-mcp ``` ## 使用 ```bash # 设置环境变量 export workflowId="your-workflow-id" export workflowExecuteKey="your-api-key" export backendBaseUrl="http://your-api-server" # 运行 lzwcai-workflow-to-mcp ``` ## 环境变量 | 变量名 | 说明 | 默认值 | |--------|------|--------| | workflowId | 工作流ID | - | | workflowExecuteKey | API密钥 | - | | backendBaseUrl | 后端API地址 | http://lzwcai-demp-corp-manager:8086 | ## License MIT