@@ -581,19 +581,22 @@ 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 endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
584585 - ` discussionNumber ` : Discussion Number (number, required)
585586 - ` owner ` : Repository owner (string, required)
586587 - ` page ` : Page number for pagination (min 1) (number, optional)
587588 - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
588589 - ` repo ` : Repository name (string, required)
589590
590591- ** list_discussion_categories** - List discussion categories
592+ - ` after ` : Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
591593 - ` owner ` : Repository owner (string, required)
592594 - ` page ` : Page number for pagination (min 1) (number, optional)
593595 - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
594596 - ` repo ` : Repository name (string, required)
595597
596598- ** list_discussions** - List discussions
599+ - ` after ` : Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
597600 - ` category ` : Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
598601 - ` owner ` : Repository owner (string, required)
599602 - ` page ` : Page number for pagination (min 1) (number, optional)
0 commit comments