You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -722,7 +722,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
722
722
723
723
<summary>Pull Requests</summary>
724
724
725
-
-**add_pull_request_review_comment_to_pending_review** - Add comment to the requester's latest pending pull request review
725
+
-**add_comment_to_pending_review** - Add comment to the requester's latest pending pull request review
726
726
-`body`: The text of the review comment (string, required)
727
727
-`line`: The line of the blob in the pull request diff that the comment applies to. For multi-line comments, the last line of the range (number, optional)
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/add_comment_to_pending_review.snap
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"title": "Add comment to the requester's latest pending pull request review",
4
4
"readOnlyHint": false
5
5
},
6
-
"description": "Add a comment to the requester's latest pending pull request review, a pending review needs to already exist to call this (check with the user if not sure).",
6
+
"description": "Add a review comment to the requester's latest pending pull request review, a pending review needs to already exist to call this (check with the user if not sure).",
mcp.WithDescription(t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_TO_PENDING_REVIEW_DESCRIPTION", "Add a comment to the requester's latest pending pull request review, a pending review needs to already exist to call this (check with the user if not sure).")),
mcp.WithDescription(t("TOOL_ADD_COMMENT_TO_PENDING_REVIEW_DESCRIPTION", "Add a review comment to the requester's latest pending pull request review, a pending review needs to already exist to call this (check with the user if not sure).")),
1158
1158
mcp.WithToolAnnotation(mcp.ToolAnnotation{
1159
-
Title: t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_TO_PENDING_REVIEW_USER_TITLE", "Add comment to the requester's latest pending pull request review"),
1159
+
Title: t("TOOL_ADD_COMMENT_TO_PENDING_REVIEW_USER_TITLE", "Add comment to the requester's latest pending pull request review"),
1160
1160
ReadOnlyHint: ToBoolPtr(false),
1161
1161
}),
1162
1162
// Ideally, for performance sake this would just accept the pullRequestReviewID. However, we would need to
0 commit comments