Skip to content

Commit eece975

Browse files
committed
changing comment
1 parent f319667 commit eece975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/github/__toolsnaps__/list_label.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"annotations": {
3-
"title": "Get labels from a repository.",
3+
"title": "List labels from a repository.",
44
"readOnlyHint": true
55
},
66
"description": "List labels from a repository or an issue",

pkg/github/labels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func ListLabels(getGQLClient GetGQLClientFn, t translations.TranslationHelperFun
103103
"list_label",
104104
mcp.WithDescription(t("TOOL_LIST_LABEL_DESCRIPTION", "List labels from a repository or an issue")),
105105
mcp.WithToolAnnotation(mcp.ToolAnnotation{
106-
Title: t("TOOL_GET_LABEL_TITLE", "Get labels from a repository."),
106+
Title: t("TOOL_GET_LABEL_TITLE", "List labels from a repository."),
107107
ReadOnlyHint: ToBoolPtr(true),
108108
}),
109109
mcp.WithString("owner",

0 commit comments

Comments
 (0)