/** * Project initialization tool — bootstraps ido4 governance for a GitHub repository. * * Unlike other tools, this one does NOT use getContainer() because the config * files that ServiceContainer needs don't exist yet. Instead it creates its own * standalone GraphQL client for the initialization workflow. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerProjectTools(server: McpServer): void; //# sourceMappingURL=project-tools.d.ts.map