Skip to content

Commit 8a5aa6f

Browse files
committed
remove "page" and "perPage" descriptions
1 parent 5fae712 commit 8a5aa6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/issues.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ func ListSubIssues(getClient GetClientFn, t translations.TranslationHelperFunc)
427427
mcp.Description("Issue number"),
428428
),
429429
mcp.WithNumber("page",
430-
mcp.Description("Page number for pagination (default: 1)"),
431430
),
432431
mcp.WithNumber("per_page",
433432
mcp.Description("Number of results per page (max 100, default: 30)"),

0 commit comments

Comments
 (0)