Skip to content

Commit f310291

Browse files
Add ui_get to insiders feature docs
Regenerated docs/feature-flags.md and docs/insiders-features.md to include the ui_get tool entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b5b87d5 commit f310291

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

docs/feature-flags.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ runtime behavior (such as output formatting) won't appear here.
7171
- `title`: Issue title (string, optional)
7272
- `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)
7373

74+
- **ui_get** - Get UI data
75+
- **Required OAuth Scopes**: `repo`, `read:org`
76+
- **Accepted OAuth Scopes**: `admin:org`, `read:org`, `repo`, `write:org`
77+
- `method`: The type of data to fetch (string, required)
78+
- `owner`: Repository owner (required for all methods) (string, required)
79+
- `repo`: Repository name (required for labels, assignees, milestones, branches) (string, optional)
80+
7481
### `remote_mcp_issue_fields`
7582

7683
- **issue_write** - Create or update issue

docs/insiders-features.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ The list below is generated from the Go source. It covers tool **inventory and s
6565
- `title`: Issue title (string, optional)
6666
- `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)
6767

68+
- **ui_get** - Get UI data
69+
- **Required OAuth Scopes**: `repo`, `read:org`
70+
- **Accepted OAuth Scopes**: `admin:org`, `read:org`, `repo`, `write:org`
71+
- `method`: The type of data to fetch (string, required)
72+
- `owner`: Repository owner (required for all methods) (string, required)
73+
- `repo`: Repository name (required for labels, assignees, milestones, branches) (string, optional)
74+
6875
### `remote_mcp_issue_fields`
6976

7077
- **issue_write** - Create or update issue

0 commit comments

Comments
 (0)