Skip to content

Commit 44c2a5e

Browse files
timrogersCopilot
andcommitted
Align reaction tool descriptions with codebase style
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 04163ed commit 44c2a5e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/github/issues_granular.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ func AddIssueReaction(t translations.TranslationHelperFunc) inventory.ServerTool
11141114
ToolsetMetadataIssues,
11151115
mcp.Tool{
11161116
Name: "add_issue_reaction",
1117-
Description: t("TOOL_ADD_ISSUE_REACTION_DESCRIPTION", "Add an emoji reaction to a GitHub issue"),
1117+
Description: t("TOOL_ADD_ISSUE_REACTION_DESCRIPTION", "Add a reaction to an issue."),
11181118
Annotations: &mcp.ToolAnnotations{
11191119
Title: t("TOOL_ADD_ISSUE_REACTION_USER_TITLE", "Add Issue Reaction"),
11201120
ReadOnlyHint: false,
@@ -1194,7 +1194,7 @@ func AddIssueCommentReaction(t translations.TranslationHelperFunc) inventory.Ser
11941194
ToolsetMetadataIssues,
11951195
mcp.Tool{
11961196
Name: "add_issue_comment_reaction",
1197-
Description: t("TOOL_ADD_ISSUE_COMMENT_REACTION_DESCRIPTION", "Add an emoji reaction to a GitHub issue comment"),
1197+
Description: t("TOOL_ADD_ISSUE_COMMENT_REACTION_DESCRIPTION", "Add a reaction to an issue comment."),
11981198
Annotations: &mcp.ToolAnnotations{
11991199
Title: t("TOOL_ADD_ISSUE_COMMENT_REACTION_USER_TITLE", "Add Issue Comment Reaction"),
12001200
ReadOnlyHint: false,

pkg/github/pullrequests_granular.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ func AddPullRequestReviewCommentReaction(t translations.TranslationHelperFunc) i
744744
ToolsetMetadataPullRequests,
745745
mcp.Tool{
746746
Name: "add_pull_request_review_comment_reaction",
747-
Description: t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_REACTION_DESCRIPTION", "Add an emoji reaction to a GitHub pull request review comment"),
747+
Description: t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_REACTION_DESCRIPTION", "Add a reaction to a pull request review comment."),
748748
Annotations: &mcp.ToolAnnotations{
749749
Title: t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_REACTION_USER_TITLE", "Add Pull Request Review Comment Reaction"),
750750
ReadOnlyHint: false,

0 commit comments

Comments
 (0)