gitlab-mcp-server

by yoda-digital
Verified

push_files

Push multiple files to a GitLab project in a single commit

Input Schema

NameRequiredDescriptionDefault
branchNo
commit_messageNo
filesNo
project_idNo

Input Schema (JSON Schema)

{ "properties": { "branch": { "type": "string" }, "commit_message": { "type": "string" }, "files": { "items": { "additionalProperties": false, "properties": { "content": { "type": "string" }, "path": { "type": "string" } }, "required": [ "path", "content" ], "type": "object" }, "type": "array" }, "project_id": { "type": "string" } }, "type": "object" }