import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { AdoClient } from "../providers/ado-client.js"; import type { Config } from "../config/index.js"; /** * add_work_item_comment — Phase 7 / Lifecycle * * Posts a comment to a work item's discussion thread. * PR Genie uses this to communicate its progress: * - Implementation plan (before starting) * - Progress updates (during implementation) * - Completion summary (after PR is created) * - Warnings (if something needs attention) * * Comments are posted as the authenticated user (PAT owner). */ export declare function registerAddWorkItemComment(server: McpServer, adoClient: AdoClient, config: Config): void; //# sourceMappingURL=add-work-item-comment.d.ts.map