Git File Forensics MCP

analyze_file_semantics

Track semantic changes and patterns in git file history by analyzing detailed file-level data. Save results to a specified output path for deeper insights into file evolution.

Instructions

Analyze semantic changes and patterns in file history

Input Schema

NameRequiredDescriptionDefault
fileYesFile to analyze
outputPathYesPath to write analysis output
repoPathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "file": { "description": "File to analyze", "type": "string" }, "outputPath": { "description": "Path to write analysis output", "type": "string" }, "repoPath": { "description": "Path to git repository", "type": "string" } }, "required": [ "repoPath", "file", "outputPath" ], "type": "object" }

You must be authenticated.

Other Tools from Git File Forensics MCP

Related Tools

ID: udo0t2vaww