Git Forensics MCP

{ "name": "git-forensics-mcp", "version": "0.1.0", "description": "MCP server for deep git repository analysis and investigation, providing insights into branch relationships, merge strategies, and development patterns", "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.0.0", "typescript": "^5.0.0" } }