Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/github-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-reply-to-pr-comment
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 20, 2026

  1. Update snapshots

    There was a change on `main` before I changed anything
    ilyakamens committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    99ace96 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. feat: add add_reply_to_pull_request_comment tool

    Add a new tool that allows AI agents to reply to existing pull request comments. This tool uses GitHub's CreateCommentInReplyTo REST API to create threaded conversations on pull requests.
    
    Features:
    
    Reply to any existing PR comment using its ID
    Proper error handling for missing parameters and API failures
    Comprehensive test coverage (8 test cases)
    Follows project patterns and conventions
    Registered in pull_requests toolset as a write operation
    Parameters:
    
    owner: Repository owner (required)
    repo: Repository name (required)
    pullNumber: Pull request number (required)
    commentId: ID of comment to reply to (required)
    body: Reply text content (required)
    This tool complements the existing add_comment_to_pending_review tool by enabling responses to already-posted comments, enhancing AI-powered code review workflows.
    
    Closes: #635
    ilyakamens committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    7758959 View commit details
    Browse the repository at this point in the history
  2. Update README

    ilyakamens committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    19f99a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    e65863c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Configuration menu
    Copy the full SHA
    d8fdde3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. fix types

    tommaso-moro committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    f590abc View commit details
    Browse the repository at this point in the history
Loading