mcp-server-code-assist

by abhishekbhakat
Verified

git_diff

Shows git diff

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