git_show
Review commit details and contents on the MCP Git Server by specifying the repository path and revision for better insight into changes.
Instructions
Shows the contents of a commit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes | ||
revision | Yes |
Input Schema (JSON Schema)
{
"properties": {
"repo_path": {
"title": "Repo Path",
"type": "string"
},
"revision": {
"title": "Revision",
"type": "string"
}
},
"required": [
"repo_path",
"revision"
],
"title": "GitShow",
"type": "object"
}