github-mcp-server icon indicating copy to clipboard operation
github-mcp-server copied to clipboard

git blame tool (to get the latest contributors of the class)

Open ismurygin opened this issue 6 months ago • 1 comments

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

ismurygin avatar Jun 11 '25 21:06 ismurygin

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.

siv2r avatar Nov 24 '25 09:11 siv2r