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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -872,6 +872,7 @@ The following sets of tools are available:
872
872
-`assignees`: Usernames to assign to this issue (string[], optional)
873
873
-`body`: Issue body content (string, optional)
874
874
-`duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
875
+
-`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)
875
876
-`issue_number`: Issue number to update (number, optional)
876
877
-`labels`: Labels to apply to this issue (string[], optional)
877
878
-`method`: Write operation to perform on a single issue.
@@ -887,6 +888,12 @@ The following sets of tools are available:
887
888
-`title`: Issue title (string, optional)
888
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
+
-`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)
896
+
890
897
-**list_issue_types** - List available issue types
@@ -897,6 +904,7 @@ The following sets of tools are available:
897
904
-**Required OAuth Scopes**: `repo`
898
905
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
899
906
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
907
+
-`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)
900
908
-`labels`: Filter by labels (string[], optional)
901
909
-`orderBy`: Order issues by field. If provided, the 'direction' also needs to be provided. (string, optional)
-`assignees`: Usernames to assign to this issue (string[], optional)
59
59
-`body`: Issue body content (string, optional)
60
60
-`duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
61
+
-`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)
61
62
-`issue_number`: Issue number to update (number, optional)
62
63
-`labels`: Labels to apply to this issue (string[], optional)
63
64
-`method`: Write operation to perform on a single issue.
-`show_ui`: Whether to render the MCP App form instead of executing the request immediately. Defaults to true. Set to false to skip the form and execute directly — useful when you have all required values (especially ones the form does not collect, like labels, assignees, milestone, type, or state changes) and the user has already confirmed the action. (boolean, optional, conditional — visible when remote_mcp_ui_apps is enabled unless the client explicitly indicates it does not support io.modelcontextprotocol/ui)
72
+
-`show_ui`: Whether to render the MCP App form instead of executing the request immediately. Defaults to true. Set to false to skip the form and execute directly — useful when you have all required values (especially ones the form does not collect, like labels, assignees, milestone, type, issue_fields, or state changes) and the user has already confirmed the action. (boolean, optional, conditional — visible when remote_mcp_ui_apps is enabled unless the client explicitly indicates it does not support io.modelcontextprotocol/ui)
72
73
-`state`: New state (string, optional)
73
74
-`state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
74
75
-`title`: Issue title (string, optional)
75
76
-`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
101
-
-**Required OAuth Scopes**: `repo`
102
-
-`assignees`: Usernames to assign to this issue (string[], optional)
103
-
-`body`: Issue body content (string, optional)
104
-
-`duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
105
-
-`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)
106
-
-`issue_number`: Issue number to update (number, optional)
107
-
-`labels`: Labels to apply to this issue (string[], optional)
108
-
-`method`: Write operation to perform on a single issue.
109
-
Options are:
110
-
- 'create' - creates a new issue.
111
-
- 'update' - updates an existing issue.
112
-
(string, required)
113
-
-`milestone`: Milestone number (number, optional)
114
-
-`owner`: Repository owner (string, required)
115
-
-`repo`: Repository name (string, required)
116
-
-`state`: New state (string, optional)
117
-
-`state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
118
-
-`title`: Issue title (string, optional)
119
-
-`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)
125
-
-`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)
126
-
127
-
-**list_issues** - List issues
128
-
-**Required OAuth Scopes**: `repo`
129
-
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
130
-
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
131
-
-`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)
132
-
-`labels`: Filter by labels (string[], optional)
133
-
-`orderBy`: Order issues by field. If provided, the 'direction' also needs to be provided. (string, optional)
134
-
-`owner`: Repository owner (string, required)
135
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
136
-
-`repo`: Repository name (string, required)
137
-
-`since`: Filter by date (ISO 8601 timestamp) (string, optional)
138
-
-`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
+3-44Lines changed: 3 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
52
52
-`assignees`: Usernames to assign to this issue (string[], optional)
53
53
-`body`: Issue body content (string, optional)
54
54
-`duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
55
+
-`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)
55
56
-`issue_number`: Issue number to update (number, optional)
56
57
-`labels`: Labels to apply to this issue (string[], optional)
57
58
-`method`: Write operation to perform on a single issue.
@@ -62,14 +63,14 @@ The list below is generated from the Go source. It covers tool **inventory and s
62
63
-`milestone`: Milestone number (number, optional)
63
64
-`owner`: Repository owner (string, required)
64
65
-`repo`: Repository name (string, required)
65
-
-`show_ui`: Whether to render the MCP App form instead of executing the request immediately. Defaults to true. Set to false to skip the form and execute directly — useful when you have all required values (especially ones the form does not collect, like labels, assignees, milestone, type, or state changes) and the user has already confirmed the action. (boolean, optional, conditional — visible when remote_mcp_ui_apps is enabled unless the client explicitly indicates it does not support io.modelcontextprotocol/ui)
66
+
-`show_ui`: Whether to render the MCP App form instead of executing the request immediately. Defaults to true. Set to false to skip the form and execute directly — useful when you have all required values (especially ones the form does not collect, like labels, assignees, milestone, type, issue_fields, or state changes) and the user has already confirmed the action. (boolean, optional, conditional — visible when remote_mcp_ui_apps is enabled unless the client explicitly indicates it does not support io.modelcontextprotocol/ui)
66
67
-`state`: New state (string, optional)
67
68
-`state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
68
69
-`title`: Issue title (string, optional)
69
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)
75
76
-`owner`: Repository owner (required for all methods) (string, required)
@@ -89,48 +90,6 @@ The list below is generated from the Go source. It covers tool **inventory and s
89
90
-`state`: New state (string, optional)
90
91
-`title`: New title (string, optional)
91
92
92
-
### `remote_mcp_issue_fields`
93
-
94
-
-**issue_write** - Create or update issue/pull request
95
-
-**Required OAuth Scopes**: `repo`
96
-
-`assignees`: Usernames to assign to this issue (string[], optional)
97
-
-`body`: Issue body content (string, optional)
98
-
-`duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
99
-
-`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)
100
-
-`issue_number`: Issue number to update (number, optional)
101
-
-`labels`: Labels to apply to this issue (string[], optional)
102
-
-`method`: Write operation to perform on a single issue.
103
-
Options are:
104
-
- 'create' - creates a new issue.
105
-
- 'update' - updates an existing issue.
106
-
(string, required)
107
-
-`milestone`: Milestone number (number, optional)
108
-
-`owner`: Repository owner (string, required)
109
-
-`repo`: Repository name (string, required)
110
-
-`state`: New state (string, optional)
111
-
-`state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
112
-
-`title`: Issue title (string, optional)
113
-
-`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)
119
-
-`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)
120
-
121
-
-**list_issues** - List issues
122
-
-**Required OAuth Scopes**: `repo`
123
-
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
124
-
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
125
-
-`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)
126
-
-`labels`: Filter by labels (string[], optional)
127
-
-`orderBy`: Order issues by field. If provided, the 'direction' also needs to be provided. (string, optional)
128
-
-`owner`: Repository owner (string, required)
129
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
130
-
-`repo`: Repository name (string, required)
131
-
-`since`: Filter by date (ISO 8601 timestamp) (string, optional)
132
-
-`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: pkg/github/__toolsnaps__/issue_write.snap
+37-1Lines changed: 37 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,42 @@
29
29
"description": "Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'.",
30
30
"type": "number"
31
31
},
32
+
"issue_fields": {
33
+
"description": "Issue field values to set or clear. Each item requires 'field_name' and exactly one of 'value', 'field_option_name', or 'delete: true'.",
34
+
"items": {
35
+
"additionalProperties": false,
36
+
"properties": {
37
+
"delete": {
38
+
"description": "Set to true to clear this field's current value on the issue. Cannot be combined with 'value' or 'field_option_name'.",
39
+
"enum": [
40
+
true
41
+
],
42
+
"type": "boolean"
43
+
},
44
+
"field_name": {
45
+
"description": "Issue field name (case-insensitive). Must match a field returned by list_issue_fields for this repository or its organization.",
46
+
"type": "string"
47
+
},
48
+
"field_option_name": {
49
+
"description": "Option name for single-select fields. Validated against the field's options before the API call. Cannot be combined with 'value' or 'delete'.",
50
+
"type": "string"
51
+
},
52
+
"value": {
53
+
"description": "Value to set. Use for text, number, and date fields (date as YYYY-MM-DD). For single-select fields, prefer 'field_option_name' so the option is validated before the API call. Cannot be combined with 'field_option_name' or 'delete'.",
54
+
"type": [
55
+
"string",
56
+
"number",
57
+
"boolean"
58
+
]
59
+
}
60
+
},
61
+
"required": [
62
+
"field_name"
63
+
],
64
+
"type": "object"
65
+
},
66
+
"type": "array"
67
+
},
32
68
"issue_number": {
33
69
"description": "Issue number to update",
34
70
"type": "number"
@@ -61,7 +97,7 @@
61
97
"type": "string"
62
98
},
63
99
"show_ui": {
64
-
"description": "Whether to render the MCP App form instead of executing the request immediately. Defaults to true. Set to false to skip the form and execute directly — useful when you have all required values (especially ones the form does not collect, like labels, assignees, milestone, type, or state changes) and the user has already confirmed the action.",
100
+
"description": "Whether to render the MCP App form instead of executing the request immediately. Defaults to true. Set to false to skip the form and execute directly — useful when you have all required values (especially ones the form does not collect, like labels, assignees, milestone, type, issue_fields, or state changes) and the user has already confirmed the action.",
0 commit comments