Skip to content

Add ability to request Copilot reviews via MCP #374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ShaalanMarwan opened this issue May 5, 2025 · 0 comments
Open

Add ability to request Copilot reviews via MCP #374

ShaalanMarwan opened this issue May 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ShaalanMarwan
Copy link

ShaalanMarwan commented May 5, 2025

Feature Request: Add Copilot Review Support to GitHub MCP Server

Description

As a user of the GitHub MCP Server, I would like to be able to request a GitHub Copilot review for a pull request through the MCP API, similar to how we can request reviews from human reviewers.

Current Behavior

Currently, the MCP Server supports requesting human reviewers for pull requests, but there's no mechanism to request GitHub Copilot reviews programmatically.

Desired Behavior

Add a method to request GitHub Copilot review for pull requests. This could be implemented as:

  1. New API endpoint: request_copilot_review function
  2. Enhanced existing method: Allow request_pull_request_review to accept "copilot" as a reviewer
  3. Hybrid approach: Add a flag to enable Copilot review when creating/updating pull requests

Use Case

When creating or managing PRs programmatically through the MCP, developers should be able to leverage GitHub Copilot's code review capabilities without needing to manually enable it through the GitHub UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant