Git Forensics MCP

analyze_file_changes

Track and analyze specific file changes across branches in a git repository, helping identify modifications and generate detailed output for review.

Instructions

Analyze changes to specific files across branches

Input Schema

NameRequiredDescriptionDefault
branchesYesBranches to analyze
filesYesFiles to analyze
outputPathYesPath to write analysis output
repoPathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "branches": { "description": "Branches to analyze", "items": { "type": "string" }, "type": "array" }, "files": { "description": "Files to analyze", "items": { "type": "string" }, "type": "array" }, "outputPath": { "description": "Path to write analysis output", "type": "string" }, "repoPath": { "description": "Path to git repository", "type": "string" } }, "required": [ "repoPath", "branches", "files", "outputPath" ], "type": "object" }

Other Tools from Git Forensics MCP

Related Tools

ID: xp4kpz0mdl