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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1044,6 +1044,14 @@ The following sets of tools are available:
1044
1044
-`startSide`: For multi-line comments, the starting side of the diff that the comment applies to. LEFT indicates the previous state, RIGHT indicates the new state (string, optional)
1045
1045
-`subjectType`: The level at which the comment is targeted (string, required)
1046
1046
1047
+
-**add_reply_to_pull_request_comment** - Add reply to pull request comment
1048
+
-**Required OAuth Scopes**: `repo`
1049
+
-`body`: The text of the reply (string, required)
1050
+
-`commentId`: The ID of the comment to reply to (number, required)
1051
+
-`owner`: Repository owner (string, required)
1052
+
-`pullNumber`: Pull request number (number, required)
Description: t("TOOL_ADD_REPLY_TO_PULL_REQUEST_COMMENT_DESCRIPTION", "Add a reply to an existing pull request comment. This creates a new comment that is linked as a reply to the specified comment."),
981
+
Annotations: &mcp.ToolAnnotations{
982
+
Title: t("TOOL_ADD_REPLY_TO_PULL_REQUEST_COMMENT_USER_TITLE", "Add reply to pull request comment"),
0 commit comments