Skip to content

Commit c7daf1d

Browse files
authored
Fix CLI consistency: align mcp inspect examples between standalone and subcommand (#3709)
1 parent 3bb15e9 commit c7daf1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/cli/mcp_inspect.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ and displays the results in a formatted table. It supports stdio, Docker, and HT
271271
Examples:
272272
gh aw mcp inspect # List workflows with MCP servers
273273
gh aw mcp inspect weekly-research # Inspect MCP servers in weekly-research.md
274-
gh aw mcp inspect repomind --server repo-mind # Inspect only the repo-mind server
274+
gh aw mcp inspect daily-news --server tavily # Inspect only the tavily server
275275
gh aw mcp inspect weekly-research --server github --tool create_issue # Show details for a specific tool
276276
gh aw mcp inspect weekly-research -v # Verbose output with detailed connection info
277277
gh aw mcp inspect weekly-research --inspector # Launch @modelcontextprotocol/inspector
@@ -546,6 +546,7 @@ and displays the results in a formatted table. It supports stdio, Docker, and HT
546546
Examples:
547547
gh aw mcp inspect # List workflows with MCP servers
548548
gh aw mcp inspect weekly-research # Inspect MCP servers in weekly-research.md
549+
gh aw mcp inspect daily-news --server tavily # Inspect only the tavily server
549550
gh aw mcp inspect weekly-research --server github --tool create_issue # Show details for a specific tool
550551
gh aw mcp inspect weekly-research -v # Verbose output with detailed connection info
551552
gh aw mcp inspect weekly-research --inspector # Launch @modelcontextprotocol/inspector

0 commit comments

Comments
 (0)