From 8de06e88e147ddd861f2289672a2b38ec0dac856 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 24 May 2026 13:36:45 +0000 Subject: [PATCH 1/2] Initial plan From d5ea164dca017cb25605f7084005279dab398bc9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 24 May 2026 13:43:11 +0000 Subject: [PATCH 2/2] feat: add list_repository_collaborators to repos toolset Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/aw/github-mcp-server.md | 3 ++- pkg/workflow/data/github_toolsets_permissions.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/aw/github-mcp-server.md b/.github/aw/github-mcp-server.md index baf29490f9c..e0a05420b8c 100644 --- a/.github/aw/github-mcp-server.md +++ b/.github/aw/github-mcp-server.md @@ -2,7 +2,7 @@ **Source**: [github/github-mcp-server](https://github.com/github/github-mcp-server/tree/main/pkg/github) **Mapping File**: [pkg/workflow/data/github_toolsets_permissions.json](https://github.com/github/gh-aw/blob/main/pkg/workflow/data/github_toolsets_permissions.json) -**Last Updated**: 2026-05-11 +**Last Updated**: 2026-05-24 ## Overview @@ -125,6 +125,7 @@ The following toolsets are recommended as defaults for typical agentic workflows | `list_branches` | List branches in a repository | `owner`, `repo`, `page`, `per_page` | | `list_commits` | List commits in a repository | `owner`, `repo`, `sha`, `path`, `page` | | `list_releases` | List all releases for a repository | `owner`, `repo`, `page`, `per_page` | +| `list_repository_collaborators` | List collaborators of a repository | `owner`, `repo`, `affiliation`, `page`, `per_page` | | `list_tags` | List tags in a repository | `owner`, `repo`, `page`, `per_page` | | `push_files` | Push multiple files in a single commit | `owner`, `repo`, `branch`, `files`, `message` | diff --git a/pkg/workflow/data/github_toolsets_permissions.json b/pkg/workflow/data/github_toolsets_permissions.json index ddd14400a7b..738d588431c 100644 --- a/pkg/workflow/data/github_toolsets_permissions.json +++ b/pkg/workflow/data/github_toolsets_permissions.json @@ -127,6 +127,7 @@ "list_branches", "list_commits", "list_releases", + "list_repository_collaborators", "list_tags", "push_files" ]