You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`code_security`| Code scanning alerts and security features |
@@ -582,7 +582,6 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
582
582
-`secret_type`: The secret types to be filtered for in a comma-separated list (string, optional)
583
583
-`resolution`: The resolution status (string, optional)
584
584
585
-
<<<<<<< HEAD
586
585
### Notifications
587
586
588
587
-**list_notifications** – List notifications for a GitHub user
@@ -616,21 +615,17 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
616
615
-`repo`: The name of the repository (string, required)
617
616
-`action`: Action to perform: `ignore`, `watch`, or `delete` (string, required)
618
617
619
-
=======
620
-
>>>>>>> 8d6b84c (doc: add support for GitHub discussions, with an example.)
621
618
### Discussions
622
619
623
-
> [!NOTE]
624
-
> As there is no support for discussions in the native GitHub go library, this toolset is deliberately limited to a few basic functions. The plan is to first implement native support in the GitHub go library, then use it for a better and consistent support in the MCP server.
625
-
626
620
-**list_discussions** - List discussions for a repository
627
621
-`owner`: Repository owner (string, required)
628
622
-`repo`: Repository name (string, required)
629
-
-`state`: State filter (open, closed, all) (string, optional)
630
-
-`labels`: Filter by label names (string[], optional)
623
+
-`categoryId`: Filter by category ID (string, optional)
631
624
-`since`: Filter by date (ISO 8601 timestamp) (string, optional)
632
-
-`page`: Page number (number, optional)
633
-
-`perPage`: Results per page (number, optional)
625
+
-`first`: Pagination - Number of records to retrieve (number, optional)
626
+
-`after`: Pagination - Cursor to start with (string, optional)
627
+
-`sort`: Sort by ('CREATED_AT', 'UPDATED_AT') (string, optional)
628
+
-`direction`: Sort direction ('ASC', 'DESC') (string, optional)
634
629
635
630
-**get_discussion** - Get a specific discussion by ID
636
631
-`owner`: Repository owner (string, required)
@@ -642,6 +637,10 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
642
637
-`repo`: Repository name (string, required)
643
638
-`discussion_id`: Discussion ID (number, required)
644
639
640
+
-**list_discussion_categories** - List discussion categories for a repository, with their IDs and names
0 commit comments