Skip to content

Commit 283fd34

Browse files
boazreicherCopilot
andcommitted
removed descriptions
Co-authored-by: Copilot <copilot@github.com>
1 parent a549f14 commit 283fd34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/github/issues_granular.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func GranularUpdateIssueLabels(t translations.TranslationHelperFunc) inventory.S
278278
ToolsetMetadataIssues,
279279
mcp.Tool{
280280
Name: "update_issue_labels",
281-
Description: t("TOOL_UPDATE_ISSUE_LABELS_DESCRIPTION", "Update the labels of an existing issue. This replaces the current labels with the provided list. Each label may be a plain string or an object with a 'name' and optional 'rationale' explaining why the label was chosen."),
281+
Description: t("TOOL_UPDATE_ISSUE_LABELS_DESCRIPTION", "Update the labels of an existing issue. This replaces the current labels with the provided list."),
282282
Annotations: &mcp.ToolAnnotations{
283283
Title: t("TOOL_UPDATE_ISSUE_LABELS_USER_TITLE", "Update Issue Labels"),
284284
ReadOnlyHint: false,
@@ -303,7 +303,7 @@ func GranularUpdateIssueLabels(t translations.TranslationHelperFunc) inventory.S
303303
},
304304
"labels": {
305305
Type: "array",
306-
Description: "Labels to apply to this issue. Each item is either a label name string, or an object with 'name' and an optional 'rationale' (max 280 characters) explaining what specifically about the issue led you to choose this label.",
306+
Description: "Labels to apply to this issue.",
307307
Items: &jsonschema.Schema{
308308
OneOf: []*jsonschema.Schema{
309309
{Type: "string", Description: "Label name"},

0 commit comments

Comments
 (0)