Git Forensics MCP

get_merge_recommendations

Analyze git branches to provide detailed merge strategy recommendations, helping streamline repository integration and reduce conflicts.

Instructions

Get detailed merge strategy recommendations

Input Schema

NameRequiredDescriptionDefault
branchesYesBranches 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" }, "outputPath": { "description": "Path to write analysis output", "type": "string" }, "repoPath": { "description": "Path to git repository", "type": "string" } }, "required": [ "repoPath", "branches", "outputPath" ], "type": "object" }

Other Tools from Git Forensics MCP

Related Tools

ID: xp4kpz0mdl