import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { AdoClient } from "../providers/ado-client.js"; import type { Config } from "../config/index.js"; /** * reply_to_pr_comment — Phase 8 / Monitoring * * Posts a reply to an existing comment thread on a pull request. * Used after analyzing reviewer feedback to either: * - Explain a decision ("This approach was chosen because...") * - Acknowledge a fix ("Good catch! Fixed in the latest push.") * - Ask for clarification ("Could you elaborate on what you mean by...?") * * Can also create a NEW general (non-inline) thread for proactive communication. */ export declare function registerReplyToPrComment(server: McpServer, adoClient: AdoClient, config: Config): void; //# sourceMappingURL=reply-to-pr-comment.d.ts.map