Skip to content

Commit 71515b1

Browse files
committed
Regenerate doc
1 parent acffd31 commit 71515b1

3 files changed

Lines changed: 3 additions & 87 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ The following sets of tools are available:
889889
- `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)
890890

891891
- **list_issue_fields** - List issue fields
892-
- **Required OAuth Scopes**: `repo`, `read:org`
892+
- **Required OAuth Scopes (any of)**: `repo`, `read:org`
893893
- **Accepted OAuth Scopes**: `admin:org`, `read:org`, `repo`, `write:org`
894894
- `owner`: The account owner of the repository or organization. The name is not case sensitive. (string, required)
895895
- `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)

docs/feature-flags.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runtime behavior (such as output formatting) won't appear here.
7676
- `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)
7777

7878
- **ui_get** - Get UI data
79-
- **Required OAuth Scopes**: `repo`, `read:org`
79+
- **Required OAuth Scopes (any of)**: `repo`, `read:org`
8080
- **Accepted OAuth Scopes**: `admin:org`, `read:org`, `repo`, `write:org`
8181
- `method`: The type of data to fetch (string, required)
8282
- `owner`: Repository owner (required for all methods) (string, required)
@@ -96,48 +96,6 @@ runtime behavior (such as output formatting) won't appear here.
9696
- `state`: New state (string, optional)
9797
- `title`: New title (string, optional)
9898

99-
### `remote_mcp_issue_fields`
100-
101-
- **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)
121-
122-
- **list_issue_fields** - List issue fields
123-
- **Required OAuth Scopes (any of)**: `repo`, `read:org`
124-
- **Accepted OAuth Scopes**: `admin:org`, `read:org`, `repo`, `write:org`
125-
- `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)
140-
14199
### `issues_granular`
142100

143101
- **add_sub_issue** - Add Sub-Issue

docs/insiders-features.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
7070
- `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)
7171

7272
- **ui_get** - Get UI data
73-
- **Required OAuth Scopes**: `repo`, `read:org`
73+
- **Required OAuth Scopes (any of)**: `repo`, `read:org`
7474
- **Accepted OAuth Scopes**: `admin:org`, `read:org`, `repo`, `write:org`
7575
- `method`: The type of data to fetch (string, required)
7676
- `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
9090
- `state`: New state (string, optional)
9191
- `title`: New title (string, optional)
9292

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)
115-
116-
- **list_issue_fields** - List issue fields
117-
- **Required OAuth Scopes (any of)**: `repo`, `read:org`
118-
- **Accepted OAuth Scopes**: `admin:org`, `read:org`, `repo`, `write:org`
119-
- `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)
134-
13593
### `file_blame`
13694

13795
- **get_file_blame** - Get file blame information

0 commit comments

Comments
 (0)