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
mcp.WithDescription(t("TOOL_WRITE_LABEL_DESCRIPTION","Perform write operations on repository labels. To set labels on issues, use the 'update_issue' tool.")),
245
+
"label_write",
246
+
mcp.WithDescription(t("TOOL_LABEL_WRITE_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 repository labels."),
248
+
Title:t("TOOL_LABEL_WRITE_TITLE","Write operations on repository labels."),