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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -889,7 +889,7 @@ The following sets of tools are available:
889
889
-`type`: Type of this issue. Only use if issue types are enabled for this repository. Use list_issue_types tool to get valid type values for this repository or its owner organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
-`owner`: The account owner of the repository or organization. The name is not case sensitive. (string, required)
895
895
-`repo`: The name of the repository. When provided, returns fields for this specific repository (inherited from its organization). When omitted, returns org-level fields directly. (string, optional)
-`type`: Type of this issue. Only use if issue types are enabled for this repository. Use list_issue_types tool to get valid type values for this repository or its owner organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
-**issue_write** - Create or update issue/pull request
102
-
-**Required OAuth Scopes**: `repo`
103
-
-`assignees`: Usernames to assign to this issue (string[], optional)
104
-
-`body`: Issue body content (string, optional)
105
-
-`duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
106
-
-`issue_fields`: Issue field values to set or clear. Each item requires 'field_name' and exactly one of 'value', 'field_option_name', or 'delete: true'. (object[], optional)
107
-
-`issue_number`: Issue number to update (number, optional)
108
-
-`labels`: Labels to apply to this issue (string[], optional)
109
-
-`method`: Write operation to perform on a single issue.
110
-
Options are:
111
-
- 'create' - creates a new issue.
112
-
- 'update' - updates an existing issue.
113
-
(string, required)
114
-
-`milestone`: Milestone number (number, optional)
115
-
-`owner`: Repository owner (string, required)
116
-
-`repo`: Repository name (string, required)
117
-
-`state`: New state (string, optional)
118
-
-`state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
119
-
-`title`: Issue title (string, optional)
120
-
-`type`: Type of this issue. Only use if issue types are enabled for this repository. Use list_issue_types tool to get valid type values for this repository or its owner organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
-`owner`: The account owner of the repository or organization. The name is not case sensitive. (string, required)
126
-
-`repo`: The name of the repository. When provided, returns fields for this specific repository (inherited from its organization). When omitted, returns org-level fields directly. (string, optional)
127
-
128
-
-**list_issues** - List issues
129
-
-**Required OAuth Scopes**: `repo`
130
-
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
131
-
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
132
-
-`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)
133
-
-`labels`: Filter by labels (string[], optional)
134
-
-`orderBy`: Order issues by field. If provided, the 'direction' also needs to be provided. (string, optional)
135
-
-`owner`: Repository owner (string, required)
136
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
137
-
-`repo`: Repository name (string, required)
138
-
-`since`: Filter by date (ISO 8601 timestamp) (string, optional)
139
-
-`state`: Filter by state, by default both open and closed issues are returned when not provided (string, optional)
Copy file name to clipboardExpand all lines: docs/insiders-features.md
+1-43Lines changed: 1 addition & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
70
70
-`type`: Type of this issue. Only use if issue types are enabled for this repository. Use list_issue_types tool to get valid type values for this repository or its owner organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
-`method`: The type of data to fetch (string, required)
76
76
-`owner`: Repository owner (required for all methods) (string, required)
@@ -90,48 +90,6 @@ The list below is generated from the Go source. It covers tool **inventory and s
90
90
-`state`: New state (string, optional)
91
91
-`title`: New title (string, optional)
92
92
93
-
### `remote_mcp_issue_fields`
94
-
95
-
-**issue_write** - Create or update issue/pull request
96
-
-**Required OAuth Scopes**: `repo`
97
-
-`assignees`: Usernames to assign to this issue (string[], optional)
98
-
-`body`: Issue body content (string, optional)
99
-
-`duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
100
-
-`issue_fields`: Issue field values to set or clear. Each item requires 'field_name' and exactly one of 'value', 'field_option_name', or 'delete: true'. (object[], optional)
101
-
-`issue_number`: Issue number to update (number, optional)
102
-
-`labels`: Labels to apply to this issue (string[], optional)
103
-
-`method`: Write operation to perform on a single issue.
104
-
Options are:
105
-
- 'create' - creates a new issue.
106
-
- 'update' - updates an existing issue.
107
-
(string, required)
108
-
-`milestone`: Milestone number (number, optional)
109
-
-`owner`: Repository owner (string, required)
110
-
-`repo`: Repository name (string, required)
111
-
-`state`: New state (string, optional)
112
-
-`state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
113
-
-`title`: Issue title (string, optional)
114
-
-`type`: Type of this issue. Only use if issue types are enabled for this repository. Use list_issue_types tool to get valid type values for this repository or its owner organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
-`owner`: The account owner of the repository or organization. The name is not case sensitive. (string, required)
120
-
-`repo`: The name of the repository. When provided, returns fields for this specific repository (inherited from its organization). When omitted, returns org-level fields directly. (string, optional)
121
-
122
-
-**list_issues** - List issues
123
-
-**Required OAuth Scopes**: `repo`
124
-
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
125
-
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
126
-
-`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)
127
-
-`labels`: Filter by labels (string[], optional)
128
-
-`orderBy`: Order issues by field. If provided, the 'direction' also needs to be provided. (string, optional)
129
-
-`owner`: Repository owner (string, required)
130
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
131
-
-`repo`: Repository name (string, required)
132
-
-`since`: Filter by date (ISO 8601 timestamp) (string, optional)
133
-
-`state`: Filter by state, by default both open and closed issues are returned when not provided (string, optional)
0 commit comments