Skip to content

Commit 591350d

Browse files
committed
Include issue_fields in doc
1 parent e39bc58 commit 591350d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/feature-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runtime behavior (such as output formatting) won't appear here.
6868
- `milestone`: Milestone number (number, optional)
6969
- `owner`: Repository owner (string, required)
7070
- `repo`: Repository name (string, required)
71-
- `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 reviewers) and the user has already confirmed the action. (boolean, optional, conditional — only visible to clients that advertise MCP App UI support)
71+
- `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)
7272
- `state`: New state (string, optional)
7373
- `state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
7474
- `title`: Issue title (string, optional)

docs/insiders-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
6262
- `milestone`: Milestone number (number, optional)
6363
- `owner`: Repository owner (string, required)
6464
- `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 reviewers) and the user has already confirmed the action. (boolean, optional, conditional — only visible to clients that advertise MCP App UI support)
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, 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)
6666
- `state`: New state (string, optional)
6767
- `state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
6868
- `title`: Issue title (string, optional)

0 commit comments

Comments
 (0)