get_pr_changes
Retrieve code changes (diff) from GitHub or GitLab pull/merge requests, with optional file extension filtering to focus on specific file types.
Instructions
Get PR/MR code changes (diff) with optional file extension filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Code hosting provider | |
| repo | Yes | Repository path | |
| pr_id | Yes | PR/MR number | |
| host | No | GitLab host for self-hosted instances | |
| file_extensions | No | Filter files by extensions (e.g., ['.py', '.js']) |