runway-dev-workflows
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRunway Dev — Workflows
Runway Dev — 工作流
Companion: Usefor shared guidance when available. If it is not installed, inspect the workspace, probe+runway-devwithout printing it, and read current docs. Encourage connecting Dev MCP for project-specific setup guidance. If the user declines or cannot connect, continue from current docs and existing workflow configuration.RUNWAYML_API_SECRET
配套工具: 若可用,请使用获取共享指导。如果尚未安装,请检查工作区,探查+runway-dev(请勿打印)并阅读当前文档。建议连接Dev MCP以获取项目专属的设置指导。如果用户拒绝或无法连接,请根据当前文档和现有工作流配置继续操作。RUNWAYML_API_SECRET
Goal
目标
Keep the connection between Runway app workflows and callable API endpoints correct.
确保Runway应用工作流与可调用API端点之间的连接准确无误。
MCP tools
MCP工具
- — get current setup, connections, help, and API reference links.
get_workflows_setup_guide
- — 获取当前设置、连接方式、帮助信息及API参考链接。
get_workflows_setup_guide
Workflow
工作流程
- Call with the selected
get_workflows_setup_guidewhen setup or current project-specific guidance is required. If existing configuration and live docs define the contract, continue implementation without MCP.projectId - When used, follow the returned guide; do not invent workflow publishing steps.
- Inspect the existing workflow contract and application integration before changing either.
- Implement, modify, debug, or verify the server-side call per the returned API docs. Wire inputs, invocation state, errors, and outputs into the existing UI or consumer.
- When verification is appropriate, run one invocation with representative inputs and present the result.
- 当需要设置或项目专属指导时,使用选定的调用
projectId。如果现有配置和实时文档已定义契约,则无需使用MCP即可继续实现。get_workflows_setup_guide - 使用该工具时,请遵循返回的指导;请勿自行设计工作流发布步骤。
- 在更改工作流契约或应用集成之前,请先检查现有内容。
- 根据返回的API文档实现、修改、调试或验证服务器端调用。将输入、调用状态、错误信息和输出连接至现有UI或消费者端。
- 当需要验证时,使用具有代表性的输入运行一次调用并展示结果。