@@ -581,32 +581,20 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
581581 - ` repo ` : Repository name (string, required)
582582
583583- ** 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)
586584 - ` 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)
589585 - ` owner ` : Repository owner (string, required)
590586 - ` page ` : Page number for pagination (min 1) (number, optional)
591587 - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
592588 - ` repo ` : Repository name (string, required)
593589
594590- ** 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)
599591 - ` owner ` : Repository owner (string, required)
600592 - ` page ` : Page number for pagination (min 1) (number, optional)
601593 - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
602594 - ` repo ` : Repository name (string, required)
603595
604596- ** 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)
607597 - ` 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)
610598 - ` owner ` : Repository owner (string, required)
611599 - ` page ` : Page number for pagination (min 1) (number, optional)
612600 - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
0 commit comments