mcp-server-code-assist

by abhishekbhakat
Verified

git_show

Shows git commit details

Input Schema

NameRequiredDescriptionDefault
repo_pathYes
revisionYes

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" }