/** * Gate-related MCP Tools * * Provides MCP tools for human-in-the-loop phase gate management. * Gates are built on top of context pins (PinService) with gate. prefix. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare const registerGateTools: (server: McpServer) => void; //# sourceMappingURL=gate.d.ts.map