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
docs: expand FGP per-tool annotations and consolidate docs
Expand RequiredPermissions annotations across the remaining
clearly-mappable tools (discussions, git, issues, labels, pull
requests, repositories/stargazers, and the granular issue/PR write
tools) so the generated fine-grained-permission table in
docs/permissions-filtering.md is comprehensive.
Stop rendering the per-tool "Required Permissions (fine-grained)" line
in the large generated tool listings (README, feature-flags.md,
insiders-features.md): it cluttered those listings. The consolidated
requirement table now lives solely in docs/permissions-filtering.md,
and the README Tools section links to it.
Permission catalog and tool behaviour are unchanged; only annotations
and generated docs are affected.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+3-23Lines changed: 3 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -588,14 +588,16 @@ The following sets of tools are available:
588
588
589
589
## Tools
590
590
591
+
> [!NOTE]
592
+
> The fine-grained permission (and OAuth scope) each tool requires is documented separately to keep this listing readable. See [Fine-Grained Permission Filtering](./docs/permissions-filtering.md) for the full per-tool requirement table (useful when authenticating with a fine-grained PAT or GitHub App), and [PAT Scope Filtering](./docs/scope-filtering.md) for classic-PAT OAuth scopes.
-`after`: Cursor for pagination, used only by the get_review_comments method. Pass the endCursor from the previous page's PageInfo to fetch the next page. (string, optional)
1137
1126
-`method`: Action to specify what pull request data needs to be retrieved from GitHub.
1138
1127
Possible options:
@@ -1201,15 +1190,13 @@ The following sets of tools are available:
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
110
106
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
111
107
-`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)
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
104
100
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
105
101
-`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)
0 commit comments