servers
: Declares all MCP Server modules used in this flow. Each Server corresponds to a functional module (such as retrieval, generation, etc.), with the key as the module name and the value as its path in the project.pipeline
: Defines the task execution flow, organizing execution logic step by step, supporting serial (sequential execution), loops, and branch judgments (branch) control structures. Each item represents an execution step or flow control node.