gitlab-mcp-server

by yoda-digital
Verified

create_merge_request

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" }