Skip to content

Commit accc885

Browse files
Shorten tool name
1 parent e9f748f commit accc885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/pullrequests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ func CreatePendingPullRequestReview(getGQLClient GetGQLClientFn, t translations.
10491049

10501050
// AddPullRequestReviewCommentToPendingReview creates a tool to add a comment to a pull request review.
10511051
func AddPullRequestReviewCommentToPendingReview(getGQLClient GetGQLClientFn, t translations.TranslationHelperFunc) (mcp.Tool, server.ToolHandlerFunc) {
1052-
return mcp.NewTool("add_pull_request_review_comment_to_pending_review",
1052+
return mcp.NewTool("add_pr_review_comment_to_pending_review",
10531053
mcp.WithDescription(t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_TO_PENDING_REVIEW_DESCRIPTION", "Add a comment to the requester's latest pending pull request review, a pending review needs to already exist to call this (check with the user if not sure). If you are using the LINE subjectType, use the get_line_number_in_pull_request_file tool to get an exact line number before commenting.")),
10541054
mcp.WithToolAnnotation(mcp.ToolAnnotation{
10551055
Title: t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_TO_PENDING_REVIEW_USER_TITLE", "Add comment to the requester's latest pending pull request review"),

0 commit comments

Comments
 (0)