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: pkg/github/__toolsnaps__/pull_request_review_write.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"title":"Write operations (create, submit, delete) on pull request reviews.",
4
4
"readOnlyHint":false
5
5
},
6
-
"description":"Create and/or submit, delete pull request review.\n\nAvailable methods:\n- create: Create a new pull request review. If\"event\" parameter is provided, the review is submitted. If\"event\" is omitted, a pending review is created.\n- submit_pending: Submit an existing pending pull request review. This requires that a pending review exists for the current user on the specified pull request. The\"body\" and\"event\" parameters are used when submitting the review.\n- delete_pending: Delete an existing pending pull request review. This requires that a pending review exists for the current user on the specified pull request.\n",
6
+
"description":"Create and/or submit, deletereview of apull request.\n\nAvailable methods:\n- create: Create a newreview of apull request. If\"event\" parameter is provided, the review is submitted. If\"event\" is omitted, a pending review is created.\n- submit_pending: Submit an existing pendingreview of apull request. This requires that a pending review exists for the current user on the specified pull request. The\"body\" and\"event\" parameters are used when submitting the review.\n- delete_pending: Delete an existing pendingreview of apull request. This requires that a pending review exists for the current user on the specified pull request.\n",
mcp.WithDescription(t("TOOL_PULL_REQUEST_REVIEW_WRITE_DESCRIPTION",`Create and/or submit, deletereview of apull request.
1044
1044
1045
1045
Available methods:
1046
-
- create: Create a new pull request review. If "event" parameter is provided, the review is submitted. If "event" is omitted, a pending review is created.
1047
-
- submit_pending: Submit an existing pending pull request review. This requires that a pending review exists for the current user on the specified pull request. The "body" and "event" parameters are used when submitting the review.
1048
-
- delete_pending: Delete an existing pending pull request review. This requires that a pending review exists for the current user on the specified pull request.
1046
+
- create: Create a newreview of apull request. If "event" parameter is provided, the review is submitted. If "event" is omitted, a pending review is created.
1047
+
- submit_pending: Submit an existing pendingreview of apull request. This requires that a pending review exists for the current user on the specified pull request. The "body" and "event" parameters are used when submitting the review.
1048
+
- delete_pending: Delete an existing pendingreview of apull request. This requires that a pending review exists for the current user on the specified pull request.
1049
1049
`)),
1050
1050
mcp.WithToolAnnotation(mcp.ToolAnnotation{
1051
1051
Title:t("TOOL_PULL_REQUEST_REVIEW_WRITE_USER_TITLE","Write operations (create, submit, delete) on pull request reviews."),