tag_create
Create and manage Git tags with customizable options like annotated tags, signing, and force creation, directly integrated into the Git MCP Server for streamlined repository management.
Instructions
Create a tag
Input Schema
Name | Required | Description | Default |
---|---|---|---|
annotated | No | Create an annotated tag | |
force | No | Force create tag even if it exists | |
message | No | Tag message | |
name | Yes | Tag name | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) | |
sign | No | Create a signed tag |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Git MCP Server
Related Tools
- @cyanheads/git-mcp-server
- @kjozsa/git-mcp
- @cyanheads/git-mcp-server
- @kjozsa/git-mcp
- @Sheshiyer/git-mcp-v2