git_create_tag
Create annotated and lightweight tags in a local Git repository by specifying the repo path, tag name, and optional message using this tool within the Git Repo Browser MCP.
Instructions
Create a tag.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
annotated | No | Whether to create an annotated tag | |
message | No | Tag message (for annotated tags) | |
repo_path | Yes | The path to the local Git repository | |
tag_name | Yes | Name of the tag |