From 80d76c6855314686058bdfa17cf9753d0bf625a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 14:36:09 +0000 Subject: [PATCH 1/2] Initial plan From 539746cd47d553646c1d7acb18de88aceaa1574e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 14:41:59 +0000 Subject: [PATCH 2/2] docs: Add missing mcp list-tools command to CLI documentation Add documentation for the `gh aw mcp list-tools` subcommand which was previously undocumented. The command lists available tools for a specific MCP server, optionally within a specific workflow context. Fixes the documentation inconsistency where the command existed in the CLI but was not listed in the reference documentation. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/setup/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/content/docs/setup/cli.md b/docs/src/content/docs/setup/cli.md index 875ef5544b6..16216fa150a 100644 --- a/docs/src/content/docs/setup/cli.md +++ b/docs/src/content/docs/setup/cli.md @@ -303,6 +303,8 @@ Manage MCP (Model Context Protocol) servers. ```bash wrap gh aw mcp list # List all MCP servers gh aw mcp list workflow-name # List servers for specific workflow +gh aw mcp list-tools # List tools for specific MCP server +gh aw mcp list-tools workflow # List tools in specific workflow gh aw mcp inspect workflow-name # Inspect and test servers gh aw mcp add # Add servers from registry ```