/** * Legacy epic tool registrations — 4 MCP tools for epic visibility and governance. * * These tools use epicRepository (Hydro infrastructure) and are only registered * when the profile has a container with id === 'epic'. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { MethodologyProfile } from '@ido4/core'; export declare function registerEpicTools(server: McpServer, profile: MethodologyProfile): void; //# sourceMappingURL=epic-tools.d.ts.map