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/labels.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -243,9 +243,9 @@ func ListLabels(getGQLClient GetGQLClientFn, t translations.TranslationHelperFun
243
243
funcWriteLabel(getGQLClientGetGQLClientFn, t translations.TranslationHelperFunc) (mcp.Tool, server.ToolHandlerFunc) {
244
244
returnmcp.NewTool(
245
245
"write_label",
246
-
mcp.WithDescription(t("TOOL_WRITE_LABEL_DESCRIPTION", "Perform write operations on repository labels.")),
246
+
mcp.WithDescription(t("TOOL_WRITE_LABEL_DESCRIPTION", "Perform write operations on repository labels. To set labels on issues, use the 'update_issue' tool.")),
247
247
mcp.WithToolAnnotation(mcp.ToolAnnotation{
248
-
Title: t("TOOL_WRITE_LABEL_TITLE", "Write operations on labels"),
248
+
Title: t("TOOL_WRITE_LABEL_TITLE", "Write operations on repository labels."),
Copy file name to clipboardExpand all lines: pkg/github/tools.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ var (
96
96
Description: "Discover GitHub MCP tools that can help achieve tasks by enabling additional sets of tools, you can control the enablement of any toolset to access its tools when this toolset is enabled.",
0 commit comments