@@ -581,32 +581,20 @@ 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)
586
584
- ` 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)
589
585
- ` owner ` : Repository owner (string, required)
590
586
- ` page ` : Page number for pagination (min 1) (number, optional)
591
587
- ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
592
588
- ` repo ` : Repository name (string, required)
593
589
594
590
- ** list_discussion_categories** - List discussion categories
595
- - ` after ` : Cursor for pagination, use the 'after' field from the previous response (string, optional)
596
- - ` before ` : Cursor for pagination, use the 'before' field from the previous response (string, optional)
597
- - ` first ` : Number of items to return per page (min 1, max 100) (number, optional)
598
- - ` last ` : Number of items to return from the end (min 1, max 100) (number, optional)
599
591
- ` owner ` : Repository owner (string, required)
600
592
- ` page ` : Page number for pagination (min 1) (number, optional)
601
593
- ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
602
594
- ` repo ` : Repository name (string, required)
603
595
604
596
- ** list_discussions** - List discussions
605
- - ` after ` : Cursor for pagination, use the 'after' field from the previous response (string, optional)
606
- - ` before ` : Cursor for pagination, use the 'before' field from the previous response (string, optional)
607
597
- ` category ` : Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
608
- - ` first ` : Number of items to return per page (min 1, max 100) (number, optional)
609
- - ` last ` : Number of items to return from the end (min 1, max 100) (number, optional)
610
598
- ` owner ` : Repository owner (string, required)
611
599
- ` page ` : Page number for pagination (min 1) (number, optional)
612
600
- ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
0 commit comments