git_diff
Compare differences between branches or commits in a Git repository to analyze changes and identify updates efficiently using the MCP Git Server.
Instructions
Shows differences between branches or commits
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes | ||
target | Yes |
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"
}