get_pull_request_diff
Retrieve the changes in a pull request by specifying the repository owner, repository name, and pull request number. Utilize the MCP server for streamlined GitHub data access.
Instructions
Get the diff for a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | Repository owner (username or organization) | |
pull_number | Yes | Pull request number | |
repo | Yes | Repository name |