Skip to content

Commit c9d6e1f

Browse files
committed
update docs
1 parent f47e554 commit c9d6e1f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,20 +581,28 @@ 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)
584586
- `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)
585589
- `owner`: Repository owner (string, required)
586590
- `repo`: Repository name (string, required)
587591

588592
- **list_discussion_categories** - List discussion categories
589593
- `after`: Cursor for pagination, use the 'after' field from the previous response (string, optional)
590594
- `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)
593597
- `owner`: Repository owner (string, required)
594598
- `repo`: Repository name (string, required)
595599

596600
- **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)
597603
- `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)
598606
- `owner`: Repository owner (string, required)
599607
- `repo`: Repository name (string, required)
600608

0 commit comments

Comments
 (0)