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: v0.28.0
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: v0.28.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 12, 2026

  1. Add base_ref support to assign_copilot_to_issue tool

    - Add optional base_ref parameter to tool schema
    - Change from replaceActorsForAssignable to updateIssue mutation with agentAssignment
    - Add AgentAssignmentInput and UpdateIssueInput structs for new GraphQL mutation
    - Update all tests to use new mutation structure
    - Add test case for base_ref functionality
    - Update toolsnaps and documentation
    
    Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
    Copilot and SamMorrowDrums committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    88d117b View commit details
    Browse the repository at this point in the history
  2. Add GraphQL-Features header support for agent assignment API

    - Add context-based GraphQL feature flag support
    - Modify bearerAuthTransport to read features from context and add GraphQL-Features header
    - Use issues_copilot_assignment_api_support feature flag for updateIssue mutation
    - Export GetGraphQLFeatures function for use in HTTP transport layer
    
    This allows the assign_copilot_to_issue tool to work with the non-GA agent assignment API
    by sending the required GraphQL-Features header.
    
    Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
    Copilot and SamMorrowDrums committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    d18f26e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f62ff63 View commit details
    Browse the repository at this point in the history
Loading