Skip to content

Commit 26469ad

Browse files
committed
update description
1 parent 71712b8 commit 26469ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/github/issues.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ func RemoveSubIssue(getClient GetClientFn, t translations.TranslationHelperFunc)
354354
),
355355
mcp.WithNumber("sub_issue_id",
356356
mcp.Required(),
357-
mcp.Description("The ID of the sub-issue to remove"),
357+
mcp.Description("The ID of the sub-issue to remove. Note: This is NOT the same as the issue number."),
358358
),
359359
),
360360
func(ctx context.Context, request mcp.CallToolRequest) (*mcp.CallToolResult, error) {

0 commit comments

Comments
 (0)