From 459cc3bab8054dfeab0036777af61d21b8096cc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:40:30 +0000 Subject: [PATCH 1/2] docs: fix toolsets default comment in slides to include 'users' The 'default' toolset expands to: context, repos, issues, pull_requests, users. Update the comment in the MCP Servers slide to match the documentation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/slides/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/slides/index.md b/docs/slides/index.md index 61e88dd3ae..02fc4e6334 100644 --- a/docs/slides/index.md +++ b/docs/slides/index.md @@ -256,7 +256,7 @@ engine: copilot # sensible defaults # GitHub MCP (recommended: use toolsets) tools: github: - toolsets: [default] # context, repos, issues, pull_requests + toolsets: [default] # context, repos, issues, pull_requests, users # Custom MCP servers mcp-servers: From dfa60de8365eeaf362c87fc8526f60956232977f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:56:52 +0000 Subject: [PATCH 2/2] docs: revert toolsets comment and add agent guard comment Agent-Logs-Url: https://github.com/github/gh-aw/sessions/c5059dcf-6b54-438e-932f-c75445ef169f Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/slides/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/slides/index.md b/docs/slides/index.md index 02fc4e6334..5f02c7ddad 100644 --- a/docs/slides/index.md +++ b/docs/slides/index.md @@ -252,11 +252,12 @@ engine: copilot # sensible defaults # MCP Servers Configuration + ```yaml # GitHub MCP (recommended: use toolsets) tools: github: - toolsets: [default] # context, repos, issues, pull_requests, users + toolsets: [default] # context, repos, issues, pull_requests # Custom MCP servers mcp-servers: