github / github/github-mcp-server

pull_request_read get_files always returns full patches

Ouverte
#3,236 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
bug llm-context-window performance
Langage dominant
Go
Étoiles
33k
Forks
5k
Merge moyen
2 j 1 h
PR mergées (30 j)
52

Description

### Describe the bug

`pull_request_read` with `method: get_files` always includes the full `patch` for every file, and offers no way to ask for filenames only. A 21-file pull request returned roughly 370 KB when only the paths were needed.

In the source, `convertToMinimalPRFiles` populates `MinimalPRFile.Patch` unconditionally, and `get_files` has no field-selection parameter. Several other tools do have one, for example `listPullRequestsItemFieldEnum` and `listCommitsItemFieldEnum`, so the mechanism already exists elsewhere in the codebase.

### Affected version

Unknown. Observed through a hosted GitHub MCP integration on 2026-09-06, where the server version is not exposed to me. The code references above are from the repository's default branch on that date and may not match the build that was serving the request.

### Steps to reproduce the behavior

1. Call `pull_request_read` with `method: get_files` for a pull request touching a reasonable number of files.
2. Observe that every entry carries its full `patch`, with no option to omit it.

### Expected vs actual behavior

Expected: a way to request file metadata without patches, for example a `fields` parameter matching the pattern used by the list tools.

Actual: patches are always included, so a caller that only needs the list of changed paths pays the full diff in context.

Possibly related to #2122, which is closed but describes the same class of oversized `pull_request_read` payloads.

### Logs

None captured beyond the returned payload size.

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Start at the pull_request_read entry point for method get_files and inspect convertToMinimalPRFiles, which currently populates MinimalPRFile.Patch unconditionally. Compare the existing listPullRequestsItemFieldEnum and listCommitsItemFieldEnum field-selection mechanisms, then verify that callers can request file metadata without patches and that the default behavior remains clear.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
go
Domaine
api
Type d'issue
Fonctionnalité
Difficulté
3/5
Temps estimé
1-2 jours
Activité
Active
Clarté
Plutôt claire
Accessibilité débutants
68/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.