From 2395ea5f3d37d31427ceeb37ef122c8dc0f01c17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 01:17:25 +0000 Subject: [PATCH] chore: publish from main --- .../04-agents-and-custom-instructions.md | 2 +- .../docs/learning-hub/cli-for-beginners/06-mcp-servers.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/website/src/content/docs/learning-hub/cli-for-beginners/04-agents-and-custom-instructions.md b/website/src/content/docs/learning-hub/cli-for-beginners/04-agents-and-custom-instructions.md index 088b120c..9ec283d2 100644 --- a/website/src/content/docs/learning-hub/cli-for-beginners/04-agents-and-custom-instructions.md +++ b/website/src/content/docs/learning-hub/cli-for-beginners/04-agents-and-custom-instructions.md @@ -3,7 +3,7 @@ title: '04 · Create Specialized AI Assistants' description: 'Mirror the source chapter on custom agents and custom instructions for GitHub Copilot CLI.' authors: - GitHub Copilot Learning Hub Team -lastUpdated: 2026-06-19 +lastUpdated: 2026-07-10 --- ![Chapter 04: Agents and Custom Instructions](/images/learning-hub/copilot-cli-for-beginners/04/chapter-header.png) diff --git a/website/src/content/docs/learning-hub/cli-for-beginners/06-mcp-servers.md b/website/src/content/docs/learning-hub/cli-for-beginners/06-mcp-servers.md index 8922332b..049c1d39 100644 --- a/website/src/content/docs/learning-hub/cli-for-beginners/06-mcp-servers.md +++ b/website/src/content/docs/learning-hub/cli-for-beginners/06-mcp-servers.md @@ -3,7 +3,7 @@ title: '06 · Connect to GitHub, Databases & APIs' description: 'Mirror the source chapter on MCP servers and external integrations for GitHub Copilot CLI.' authors: - GitHub Copilot Learning Hub Team -lastUpdated: 2026-06-19 +lastUpdated: 2026-07-10 --- ![Chapter 06: MCP Servers](/images/learning-hub/copilot-cli-for-beginners/06/chapter-header.png) @@ -901,11 +901,13 @@ Beyond `/mcp show`, there are several other commands for managing your MCP serve | Command | What It Does | |---------|--------------| | `/mcp show` | Show all configured MCP servers and their status | +| `/mcp list` | Show currently attached MCP servers and their status; can be run while Copilot is working | | `/mcp add` | Interactive setup for adding a new server | | `/mcp edit ` | Edit an existing server configuration | -| `/mcp enable ` | Enable a disabled server | -| `/mcp disable ` | Temporarily disable a server | +| `/mcp enable ` | Enable a disabled server (persists across sessions) | +| `/mcp disable ` | Disable a server (persists across sessions) | | `/mcp delete ` | Remove a server permanently | +| `/mcp auth ` | Re-authenticate with an MCP server that uses OAuth (e.g., after switching accounts) | For most of this course, `/mcp show` is all you need. The other commands become useful as you manage more servers over time.