Git MCP

get_last_git_tag

Find the last git tag in the repository

Args: repo_name: Name of the git repository Returns: Dictionary containing tag version and date

Input Schema

NameRequiredDescriptionDefault
repo_nameYes

Input Schema (JSON Schema)

{ "properties": { "repo_name": { "title": "Repo Name", "type": "string" } }, "required": [ "repo_name" ], "title": "get_last_git_tagArguments", "type": "object" }