/** * GitLab Merge Request MCP tools. * * Registers 11 tools covering the GitLab merge requests API: * - list, get, create, diffs, notes, note creation, approvals, * approve, merge, rebase, update */ import type { GitLabClient } from '../client.js'; import type { ToolRegistrar } from '../../types.js'; export declare function registerMergeRequestTools(client: GitLabClient, registrar: ToolRegistrar): void; //# sourceMappingURL=merge-requests.d.ts.map