/** * YAML workflow (pipeline) tools — mirrors routes/yaml-workflows/ * * Replaces both the workflow-compiler server (compile + deploy) * and the mcp-workflows server (list + get + invoke). */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerYamlWorkflowTools(server: McpServer): void;