diff --git a/AGENTS.md b/AGENTS.md index e39efc4836f..2ec7537ff83 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1084,7 +1084,7 @@ gh aw mcp inspect workflow-name # Inspect MCP servers gh aw mcp inspect --inspector # Web-based inspector ``` -**Default MCP Registry**: Uses GitHub's MCP registry at `https://api.mcp.github.com/v0` by default. +**Default MCP Registry**: Uses GitHub's MCP registry at `https://api.mcp.github.com/v0.1` by default. ### AI Engine Support ```aw @@ -1093,7 +1093,9 @@ engine: copilot # Options: copilot, claude, codex, custom tools: playwright: version: "v1.41.0" - allowed_domains: ["github.com"] +network: + allowed: + - github.com --- ``` diff --git a/docs/src/content/docs/setup/cli.md b/docs/src/content/docs/setup/cli.md index 9e73ea49d1e..fb9cdd873cc 100644 --- a/docs/src/content/docs/setup/cli.md +++ b/docs/src/content/docs/setup/cli.md @@ -156,7 +156,7 @@ gh aw secrets bootstrap --engine copilot # Check only Copilot se gh aw secrets bootstrap --non-interactive # Display missing secrets without prompting ``` -**Options:** `--engine` (copilot, claude, codex), `--non-interactive`, `--owner`, `--repo` +**Options:** `--engine` (copilot, claude, codex), `--non-interactive`, `--repo` See [Authentication](/gh-aw/reference/auth/) for details.