import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { Config } from "../config/index.js"; /** * push_branch — Phase 6 / Submission * * Pushes the current branch to the ADO remote. * Handles PAT authentication by temporarily setting the remote URL * with the PAT embedded, then restoring the original URL. * * Used in two workflows: * 1. Initial PR creation (push new branch before creating PR) * 2. Addressing review comments (push fixes after code changes) */ export declare function registerPushBranch(server: McpServer, config: Config): void; //# sourceMappingURL=push-branch.d.ts.map