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
@@ -1033,6 +1033,14 @@ The following sets of tools are available:
1033
1033
-`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)
1034
1034
-`subjectType`: The level at which the comment is targeted (string, required)
1035
1035
1036
+
-**add_reply_to_pull_request_comment** - Add reply to pull request comment
1037
+
-**Required OAuth Scopes**: `repo`
1038
+
-`body`: The text of the reply (string, required)
1039
+
-`commentId`: The ID of the comment to reply to (number, required)
1040
+
-`owner`: Repository owner (string, required)
1041
+
-`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."),
1008
+
Annotations: &mcp.ToolAnnotations{
1009
+
Title: t("TOOL_ADD_REPLY_TO_PULL_REQUEST_COMMENT_USER_TITLE", "Add reply to pull request comment"),
0 commit comments