github-mcp-server
github-mcp-server copied to clipboard
Add tools to update PR review comments and issue comments
Summary
- Add
UpdatePullRequestCommenttool to edit PR review comments - Add
UpdateIssueCommenttool to edit issue comments - Includes comprehensive tests for both tools
This lets MCP clients update existing comments on both inline PR comments and issues (and thus, top-level PR comments).
Test plan
- Added unit tests for both new tools that verify success cases and error handling
- All tests pass:
go test -v ./pkg/github - Verified manually with MCP Inspector
🤖 Generated with Claude Code
@juruen mind taking a look at this? 😄
@SamMorrowDrums any chance you can take a look at this one?