Skip to content

Commit 87a4770

Browse files
andrewykSamMorrowDrums
authored andcommitted
Remove tool desc add_pull_request_review_comment and create_pull_request_review
- Reason for tool removal can be found in #410
1 parent f51096d commit 87a4770

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -564,18 +564,6 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
564564
- `repo`: Repository name (string, required)
565565
- `pullNumber`: Pull request number (number, required)
566566

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-
579567
- **create_pending_pull_request_review** - Create a pending review for a pull request that can be submitted later
580568

581569
- `owner`: Repository owner (string, required)
@@ -634,21 +622,6 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
634622
- `draft`: Create as draft PR (boolean, optional)
635623
- `maintainer_can_modify`: Allow maintainer edits (boolean, optional)
636624

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-
652625
- **update_pull_request** - Update an existing pull request in a GitHub repository
653626

654627
- `owner`: Repository owner (string, required)

0 commit comments

Comments
 (0)