docs: add Docker-based MCP server configuration#20053
Conversation
…agent section Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot keep the docker section, remove other changes |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Done in 9f17cb3. Reverted all other editor sections and the custom agent section — only the Docker-based setup section remains as a new addition. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
There was a problem hiding this comment.
Pull request overview
Adds Docker-based MCP server configuration documentation and a new workflow entry to the agent factory status table.
Changes:
- Added a "Configuring with Docker" section to the MCP server reference docs, documenting how to run the MCP server via
ghcr.io/github/gh-aw:latestDocker image for environments withoutghCLI installed. - Added the "ACE Editor Session" workflow entry to the agent factory status table.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
docs/src/content/docs/reference/gh-aw-as-mcp-server.md |
New "Configuring with Docker" section with docker run command, environment variable documentation, and --validate-actor instructions. |
docs/src/content/docs/agent-factory-status.mdx |
New row for "ACE Editor Session" workflow in the agent factory status table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
The MCP server reference had no Docker option for environments where
ghis not installed locally.Changes
docs/src/content/docs/reference/gh-aw-as-mcp-server.mdghcr.io/github/gh-aw:latestfor environments withoutghinstalled:{ "command": "docker", "args": [ "run", "--rm", "-i", "-e", "GITHUB_TOKEN", "-e", "GITHUB_ACTOR", "ghcr.io/github/gh-aw:latest", "mcp-server" ] }The Docker image ships with the GitHub CLI and gh-aw pre-installed. The
GITHUB_TOKENenvironment variable is used for authentication, and--validate-actorcan be appended to enforce permission checks based onGITHUB_ACTOR.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.