@@ -581,20 +581,28 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
581
581
- ` repo ` : Repository name (string, required)
582
582
583
583
- ** get_discussion_comments** - Get discussion comments
584
+ - ` after ` : Cursor for pagination, use the 'after' field from the previous response (string, optional)
585
+ - ` before ` : Cursor for pagination, use the 'before' field from the previous response (string, optional)
584
586
- ` discussionNumber ` : Discussion Number (number, required)
587
+ - ` first ` : Number of items to return per page (min 1, max 100) (number, optional)
588
+ - ` last ` : Number of items to return from the end (min 1, max 100) (number, optional)
585
589
- ` owner ` : Repository owner (string, required)
586
590
- ` repo ` : Repository name (string, required)
587
591
588
592
- ** list_discussion_categories** - List discussion categories
589
593
- ` after ` : Cursor for pagination, use the 'after' field from the previous response (string, optional)
590
594
- ` before ` : Cursor for pagination, use the 'before' field from the previous response (string, optional)
591
- - ` first ` : Number of categories to return per page (min 1, max 100) (number, optional)
592
- - ` last ` : Number of categories to return from the end (min 1, max 100) (number, optional)
595
+ - ` first ` : Number of items to return per page (min 1, max 100) (number, optional)
596
+ - ` last ` : Number of items to return from the end (min 1, max 100) (number, optional)
593
597
- ` owner ` : Repository owner (string, required)
594
598
- ` repo ` : Repository name (string, required)
595
599
596
600
- ** list_discussions** - List discussions
601
+ - ` after ` : Cursor for pagination, use the 'after' field from the previous response (string, optional)
602
+ - ` before ` : Cursor for pagination, use the 'before' field from the previous response (string, optional)
597
603
- ` category ` : Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
604
+ - ` first ` : Number of items to return per page (min 1, max 100) (number, optional)
605
+ - ` last ` : Number of items to return from the end (min 1, max 100) (number, optional)
598
606
- ` owner ` : Repository owner (string, required)
599
607
- ` repo ` : Repository name (string, required)
600
608
0 commit comments