Git File Forensics MCP

{ "name": "git-file-forensics-mcp", "version": "0.1.0", "description": "MCP server for deep git file-level forensics, specializing in version tracking, diff analysis, and change investigation", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "latest" }, "devDependencies": { "@types/node": "^20.17.17", "typescript": "^5.0.0" } }