3838
3939> [ !TIP]
4040> You can inspect test your MCP configuration by running <br />
41- > ` gh aw inspect <workflow-file> `
41+ > ` gh aw mcp- inspect <workflow-file> `
4242
4343
4444### Engine Compatibility
@@ -165,7 +165,7 @@ When using an agentic engine that allows tool whitelisting (e.g. Claude), this g
165165
166166> [!TIP]
167167> You can inspect the tools available for an Agentic Workflow by running <br/>
168- > `gh aw inspect <workflow-file>`
168+ > `gh aw mcp- inspect <workflow-file>`
169169
170170# ## Wildcard Access
171171
@@ -198,24 +198,23 @@ tools:
198198
199199# ## MCP Server Inspection
200200
201- Use the `inspect` command to analyze and troubleshoot MCP configurations :
201+ Use the `mcp- inspect` command to analyze and troubleshoot MCP configurations :
202202
203203` ` ` bash
204- # List all workflows with MCP configurations
205- gh aw inspect
204+ # List all workflows with MCP servers configured
205+ gh aw mcp- inspect
206206
207207# Inspect all MCP servers in a specific workflow
208- gh aw inspect my-workflow
208+ gh aw mcp- inspect my-workflow
209209
210- # Filter to specific servers
211- gh aw inspect my-workflow --server trello-server
210+ # Inspect a specific MCP server in a workflow
211+ gh aw mcp- inspect my-workflow --server trello-server
212212
213- # Verbose output with connection details
214- gh aw inspect my-workflow --verbose
213+ # Enable verbose output for debugging connection issues
214+ gh aw mcp- inspect my-workflow --verbose
215215
216216# Launch official MCP inspector web interface
217- gh aw inspect my-workflow --inspector
218- ` ` `
217+ gh aw mcp-inspect my-workflow --inspector
219218
220219### Common Issues and Solutions
221220
@@ -241,13 +240,13 @@ Error: Tool 'my_tool' not found
241240
242241**Solutions**:
2432421. Add tool to ` allowed` list
244- 2. Check tool name spelling (use `gh aw inspect` to see available tools)
243+ 2. Check tool name spelling (use `gh aw mcp- inspect` to see available tools)
2452443. Verify MCP server is running correctly
246245
247246# # Related Documentation
248247
249248- [Tools Configuration](tools.md) - Complete tools reference
250- - [Commands](commands.md) - CLI commands including `inspect`
249+ - [Commands](commands.md) - CLI commands including `mcp- inspect`
251250- [Include Directives](include-directives.md) - Modularizing workflows with includes
252251- [Secrets Management](secrets.md) - Managing secrets and environment variables
253252- [Frontmatter Options](frontmatter.md) - All configuration options
0 commit comments