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
-`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)
-**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
-
-`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 — only visible to clients that advertise MCP App UI support)
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 the repository has issue types configured. Use list_issue_types tool to get valid type values for the organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
Copy file name to clipboardExpand all lines: docs/insiders-features.md
+2-25Lines changed: 2 additions & 25 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,7 +63,7 @@ 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)
@@ -89,30 +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
-
-`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 — only visible to clients that advertise MCP App UI support)
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 the repository has issue types configured. Use list_issue_types tool to get valid type values for the organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
0 commit comments