Skip to content

Commit 6fcf81e

Browse files
Update pkg/github/pullrequests.go
Co-authored-by: Sam Morrow <[email protected]>
1 parent a06ca21 commit 6fcf81e

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
@@ -1252,7 +1252,7 @@ func CreatePullRequest(getClient GetClientFn, t translations.TranslationHelperFu
12521252
// tool if the configured host does not support it.
12531253
func RequestCopilotReview(getClient GetClientFn, t translations.TranslationHelperFunc) (mcp.Tool, server.ToolHandlerFunc) {
12541254
return mcp.NewTool("request_copilot_review",
1255-
mcp.WithDescription(t("TOOL_REQUEST_COPILOT_REVIEW_DESCRIPTION", "Request a GitHub Copilot review for a pull request. Note: This feature depends on GitHub API support and may not be available for all users.")),
1255+
mcp.WithDescription(t("TOOL_REQUEST_COPILOT_REVIEW_DESCRIPTION", "Request a GitHub Copilot code review for a pull request. Use this for automated feedback on pull requests, usually before requesting a human reviewer.")),
12561256
mcp.WithToolAnnotation(mcp.ToolAnnotation{
12571257
Title: t("TOOL_REQUEST_COPILOT_REVIEW_USER_TITLE", "Request Copilot review"),
12581258
ReadOnlyHint: toBoolPtr(false),

0 commit comments

Comments
 (0)