Skip to content

Commit 1379ebe

Browse files
committed
Prompt tweaks
1 parent 5e3dcc6 commit 1379ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/github/pullrequests.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ func PullRequestRead(getClient GetClientFn, t translations.TranslationHelperFunc
3131
Possible options:
3232
1. get - Get details of a specific pull request.
3333
2. get_diff - Get the diff of a pull request.
34-
3. get_status - Get status of a pull request.
34+
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.
3535
4. get_files - Get the list of files changed in a pull request. Use with pagination parameters to control the number of results returned.
3636
5. get_review_comments - Get the review comments on a pull request. Use with pagination parameters to control the number of results returned.
37-
6. get_reviews - Get the reviews on a pull request.
37+
6. get_reviews - Get the reviews on a pull request. When asked for review comments, use get_review_comments method.
3838
`),
3939
),
4040
mcp.WithString("owner",

0 commit comments

Comments
 (0)