@@ -587,6 +587,8 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
587
587
- ` first ` : Number of items to return per page (min 1, max 100) (number, optional)
588
588
- ` last ` : Number of items to return from the end (min 1, max 100) (number, optional)
589
589
- ` owner ` : Repository owner (string, required)
590
+ - ` page ` : Page number for pagination (min 1) (number, optional)
591
+ - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
590
592
- ` repo ` : Repository name (string, required)
591
593
592
594
- ** list_discussion_categories** - List discussion categories
@@ -595,6 +597,8 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
595
597
- ` first ` : Number of items to return per page (min 1, max 100) (number, optional)
596
598
- ` last ` : Number of items to return from the end (min 1, max 100) (number, optional)
597
599
- ` owner ` : Repository owner (string, required)
600
+ - ` page ` : Page number for pagination (min 1) (number, optional)
601
+ - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
598
602
- ` repo ` : Repository name (string, required)
599
603
600
604
- ** list_discussions** - List discussions
@@ -604,6 +608,8 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
604
608
- ` first ` : Number of items to return per page (min 1, max 100) (number, optional)
605
609
- ` last ` : Number of items to return from the end (min 1, max 100) (number, optional)
606
610
- ` owner ` : Repository owner (string, required)
611
+ - ` page ` : Page number for pagination (min 1) (number, optional)
612
+ - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
607
613
- ` repo ` : Repository name (string, required)
608
614
609
615
</details >
0 commit comments