Skip to content

Commit f870807

Browse files
committed
updated README
1 parent 7877d8d commit f870807

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -584,22 +584,17 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
584584
- `after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
585585
- `discussionNumber`: Discussion Number (number, required)
586586
- `owner`: Repository owner (string, required)
587-
- `page`: Page number for pagination (min 1) (number, optional)
588587
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
589588
- `repo`: Repository name (string, required)
590589

591590
- **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)
593591
- `owner`: Repository owner (string, required)
594-
- `page`: Page number for pagination (min 1) (number, optional)
595-
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
596592
- `repo`: Repository name (string, required)
597593

598594
- **list_discussions** - List discussions
599595
- `after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
600596
- `category`: Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
601597
- `owner`: Repository owner (string, required)
602-
- `page`: Page number for pagination (min 1) (number, optional)
603598
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
604599
- `repo`: Repository name (string, required)
605600

0 commit comments

Comments
 (0)