Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/src/content/docs/setup/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ Manage MCP (Model Context Protocol) servers in workflows. `mcp inspect` auto-det

```bash wrap
gh aw mcp list workflow # List servers for workflow
gh aw mcp list-tools <mcp-server> # List tools for server
gh aw mcp list-tools --server github # List tools for a server (all workflows)
gh aw mcp list-tools workflow --server github # List tools for a server in a specific workflow
Comment on lines +723 to +724
gh aw mcp inspect workflow # Inspect and test servers
gh aw mcp add # Add MCP tool to workflow
```
Expand Down
Loading