You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: create.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ You do not need to run `gh aw init` as part of your workflow creation. However i
132
132
133
133
-`.github/agents/agentic-workflows.agent.md`
134
134
-`.vscode/settings.json`
135
-
-`.mcp.json`
135
+
-`.github/mcp.json`
136
136
- And several other configuration files
137
137
138
138
Don't remove these but don't add them if not already present in the repo. Unless instructed otherwise do NOT commit the changes to ANY files except the gitattributes file and workflow files.
Copy file name to clipboardExpand all lines: docs/src/content/docs/reference/gh-aw-as-mcp-server.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ Configure VS Code Copilot Chat to use gh-aw MCP server:
66
66
gh aw init
67
67
```
68
68
69
-
This creates `.mcp.json` and `.github/workflows/copilot-setup-steps.yml`. MCP server integration is enabled by default. Use `gh aw init --no-mcp` to skip MCP configuration.
69
+
This creates `.github/mcp.json` and `.github/workflows/copilot-setup-steps.yml`. MCP server integration is enabled by default. Use `gh aw init --no-mcp` to skip MCP configuration.
Copy file name to clipboardExpand all lines: install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ gh aw init
45
45
- Configures `.gitattributes` to mark `.lock.yml` files as generated
46
46
- Creates `.github/agents/agentic-workflows.agent.md` as the dispatcher agent for AI workflows
47
47
- Configures VSCode settings in `.vscode/settings.json`
48
-
- Creates GH-AW MCP server configuration in `.mcp.json`
48
+
- Creates GH-AW MCP server configuration in `.github/mcp.json`
49
49
- Creates `.github/workflows/copilot-setup-steps.yml` with setup instructions
50
50
51
51
**Note**: The command may prompt for additional configuration or secrets. If secrets are needed, `gh aw init` will provide instructions for setting them up. You don't need to configure secrets as part of this initial setup.
@@ -63,7 +63,7 @@ You should see new/modified files including:
0 commit comments