GitLab MCP Server

by rifqi96
Verified

gitlab_get_merge_request_changes

Retrieve the changes (diff) of a specific merge request in GitLab by providing the merge request internal ID and project ID or path. Facilitates code review and updates tracking.

Instructions

Get changes (diff) of a specific merge request

Input Schema

NameRequiredDescriptionDefault
merge_request_iidYesThe internal ID of the merge request
project_idYesThe ID or URL-encoded path of the project

Input Schema (JSON Schema)

{ "properties": { "merge_request_iid": { "description": "The internal ID of the merge request", "type": "number" }, "project_id": { "description": "The ID or URL-encoded path of the project", "type": "string" } }, "required": [ "project_id", "merge_request_iid" ], "type": "object" }
ID: 7phkmkcd67