gitlab-mcp-server

by yoda-digital
Verified

create_repository

Create a new GitLab project

Input Schema

NameRequiredDescriptionDefault
descriptionNo
initialize_with_readmeNo
nameNo
visibilityNoprivate

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "initialize_with_readme": { "default": true, "type": "boolean" }, "name": { "type": "string" }, "visibility": { "default": "private", "enum": [ "private", "internal", "public" ], "type": "string" } }, "type": "object" }