github-mcp-server
github-mcp-server copied to clipboard
git blame tool (to get the latest contributors of the class)
Describe the feature or problem you’d like to solve
It will be nice to have possibility to get the latest contributor of a particular file.
Proposed solution
Use case: An agent checks logs and find errors in classes, the agent can then take a look on the latest contributors of that class file and notify the person (or maybe even better check the line in which the error happened and notify author of the change)
Additional context
A git_blame tool call in the MCP server would be incredibly useful. It gives the AI richer context when analyzing a section of the codebase, not just who wrote it, but which commit introduced it and, in turn, the reasoning behind why that piece of code looks the way it does.