Skip to content

Commit dfa62ab

Browse files
Update documentation for features from 2025-11-16 (#4118)
1 parent 2954538 commit dfa62ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/src/content/docs/reference/tools.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,11 @@ Enables browser automation using containerized Playwright with domain-based acce
134134
tools:
135135
playwright:
136136
allowed_domains: ["defaults", "github", "*.custom.com"] # Domain access
137+
version: "1.56.1" # Optional: pin version (defaults to 1.56.1)
137138
```
138139

140+
**Version Pinning**: Defaults to version 1.56.1 for stability. Set `version: "latest"` to use the latest version or specify a different version number.
141+
139142
**Domain Access**: Uses same ecosystem bundles as `network:` configuration (`defaults`, `github`, `node`, `python`, etc.). Default is `["localhost", "127.0.0.1"]` for security. Supports wildcards like `*.example.com`.
140143

141144
## Custom MCP Servers (`mcp-servers:`)

docs/src/content/docs/setup/mcp-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 400
66
---
77

8-
The `gh aw mcp-server` command exposes CLI tools (status, compile, logs, audit, mcp-inspect) to AI agents through the Model Context Protocol.
8+
The `gh aw mcp-server` command exposes CLI tools (status, compile, logs, audit, update, add, mcp-inspect) to AI agents through the Model Context Protocol.
99

1010
Start the server:
1111
```bash wrap
@@ -91,6 +91,7 @@ The MCP server provides:
9191
- **compile**: Generate GitHub Actions YAML
9292
- **logs**: Download with timeout handling and continuation
9393
- **audit**: Generate report to `/tmp/gh-aw/aw-mcp/logs`
94+
- **update**: Update workflows with support for major version updates and force flag
9495
- **add**: Install workflows from remote repositories
9596
- **mcp-inspect**: Inspect servers and validate secrets
9697

0 commit comments

Comments
 (0)