git MCP server

git_diff

Compare differences between branches or commits in a Git repository. Input the repository path and target to analyze changes, aiding in code review and version control.

Instructions

Shows differences between branches or commits

Input Schema

NameRequiredDescriptionDefault
repo_pathYes
targetYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" }, "target": { "title": "Target", "type": "string" } }, "required": [ "repo_path", "target" ], "title": "GitDiff", "type": "object" }

Other Tools from git MCP server

Related Tools

ID: 2sijuvbdae