branch_delete
Remove a specific branch from a Git repository by specifying its name and repository path using the Git MCP Server API.
Instructions
Delete a branch
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Branch name | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) |