gitlab-mcp-server

by yoda-digital
Verified

create_merge_request

Generate a new merge request in a GitLab project by specifying source and target branches, title, description, and project details.

Instructions

Create a new merge request in a GitLab project

Input Schema

NameRequiredDescriptionDefault
allow_collaborationNo
descriptionNo
draftNo
project_idNo
source_branchNo
target_branchNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "allow_collaboration": { "type": "boolean" }, "description": { "type": "string" }, "draft": { "type": "boolean" }, "project_id": { "type": "string" }, "source_branch": { "type": "string" }, "target_branch": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }
ID: jk2pjeuy0y