create_branch
Create a new branch in a GitLab project by specifying the branch name, project ID, and reference. Integrates with the GitLab MCP Server for efficient project management.
Instructions
Create a new branch in a GitLab project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | ||
project_id | No | ||
ref | No |
Input Schema (JSON Schema)
{
"properties": {
"branch": {
"type": "string"
},
"project_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"type": "object"
}