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
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
720
721
-`owner`: The owner of the repository. (string, required)
721
-
-`page`: Page number for pagination (min 1) (number, optional)
722
722
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
723
723
-`repo`: The name of the repository. (string, required)
724
724
-`severity`: Filter dependabot alerts by severity (string, optional)
@@ -755,7 +755,7 @@ The following sets of tools are available:
755
755
756
756
-**get_discussion_comments** - Get discussion comments
757
757
-**Required OAuth Scopes**: `repo`
758
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
758
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
759
759
-`discussionNumber`: Discussion Number (number, required)
760
760
-`includeReplies`: When true, each top-level comment will include its replies nested within it (up to 100 replies per comment, which is the GitHub API maximum). Defaults to false. (boolean, optional)
761
761
-`owner`: Repository owner (string, required)
@@ -769,7 +769,7 @@ The following sets of tools are available:
769
769
770
770
-**list_discussions** - List discussions
771
771
-**Required OAuth Scopes**: `repo`
772
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
772
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
773
773
-`category`: Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
774
774
-`direction`: Order direction. (string, optional)
775
775
-`orderBy`: Order discussions by field. If provided, the 'direction' also needs to be provided. (string, optional)
@@ -826,7 +826,7 @@ The following sets of tools are available:
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
107
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
108
108
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
109
109
-`field_filters`: Filter by custom issue field values. Each entry takes a field_name and a value; the server looks up the field and coerces the value to its type (single-select option name, text, number, or YYYY-MM-DD date). (object[], optional)
-`confidence`: How confident you are in this choice. Use 'high' for clear signal or explicit user request, 'medium' for reasonable inference with some ambiguity, 'low' for best guess with limited signal. (string, optional)
203
204
-`is_suggestion`: If true, this issue type change is sent to the API as a suggestion (suggest:true) rather than an applied value. Whether the type is applied or recorded as a proposal is determined by the API. (boolean, optional)
204
205
-`issue_number`: The issue number to update (number, required)
205
206
-`issue_type`: The issue type to set (string, required)
-`assignees`: Usernames to assign to this issue (string[], optional)
@@ -69,7 +69,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
69
69
70
70
### `remote_mcp_issue_fields`
71
71
72
-
-**issue_write** - Create or update issue
72
+
-**issue_write** - Create or update issue/pull request
73
73
-**Required OAuth Scopes**: `repo`
74
74
-`assignees`: Usernames to assign to this issue (string[], optional)
75
75
-`body`: Issue body content (string, optional)
@@ -98,7 +98,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
98
98
99
99
-**list_issues** - List issues
100
100
-**Required OAuth Scopes**: `repo`
101
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
101
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
102
102
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
103
103
-`field_filters`: Filter by custom issue field values. Each entry takes a field_name and a value; the server looks up the field and coerces the value to its type (single-select option name, text, number, or YYYY-MM-DD date). (object[], optional)
0 commit comments