@@ -564,18 +564,6 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
564
564
- ` repo ` : Repository name (string, required)
565
565
- ` pullNumber ` : Pull request number (number, required)
566
566
567
- - ** create_pull_request_review** - Create a review on a pull request review
568
-
569
- - ` owner ` : Repository owner (string, required)
570
- - ` repo ` : Repository name (string, required)
571
- - ` pullNumber ` : Pull request number (number, required)
572
- - ` body ` : Review comment text (string, optional)
573
- - ` event ` : Review action ('APPROVE', 'REQUEST_CHANGES', 'COMMENT') (string, required)
574
- - ` commitId ` : SHA of commit to review (string, optional)
575
- - ` comments ` : Line-specific comments array of objects to place comments on pull request changes (array, optional)
576
- - For inline comments: provide` path ` ,` position ` (or` line ` ), and` body `
577
- - For multi-line comments: provide` path ` ,` start_line ` ,` line ` , optional` side ` /` start_side ` , and` body `
578
-
579
567
- ** create_pending_pull_request_review** - Create a pending review for a pull request that can be submitted later
580
568
581
569
- ` owner ` : Repository owner (string, required)
@@ -634,21 +622,6 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
634
622
- ` draft ` : Create as draft PR (boolean, optional)
635
623
- ` maintainer_can_modify ` : Allow maintainer edits (boolean, optional)
636
624
637
- - ** add_pull_request_review_comment** - Add a review comment to a pull request or reply to an existing comment
638
-
639
- - ` owner ` : Repository owner (string, required)
640
- - ` repo ` : Repository name (string, required)
641
- - ` pull_number ` : Pull request number (number, required)
642
- - ` body ` : The text of the review comment (string, required)
643
- - ` commit_id ` : The SHA of the commit to comment on (string, required unless using in_reply_to)
644
- - ` path ` : The relative path to the file that necessitates a comment (string, required unless using in_reply_to)
645
- - ` line ` : The line of the blob in the pull request diff that the comment applies to (number, optional)
646
- - ` side ` : The side of the diff to comment on (LEFT or RIGHT) (string, optional)
647
- - ` start_line ` : For multi-line comments, the first line of the range (number, optional)
648
- - ` start_side ` : For multi-line comments, the starting side of the diff (LEFT or RIGHT) (string, optional)
649
- - ` subject_type ` : The level at which the comment is targeted (line or file) (string, optional)
650
- - ` in_reply_to ` : The ID of the review comment to reply to (number, optional). When specified, only body is required and other parameters are ignored.
651
-
652
625
- ** update_pull_request** - Update an existing pull request in a GitHub repository
653
626
654
627
- ` owner ` : Repository owner (string, required)