Skip to content

Commit 454d3fd

Browse files
committed
Clarify MCP config lives in repo Settings, not a repo file
Address PR review: the inline comment implied an in-repo Copilot MCP config file. It is configured under repo Settings -> Copilot -> coding agent, so reword to avoid pointing maintainers at a non-existent path. https://claude.ai/code/session_01AfnF51garpZ7ajmV6M7ZMF
1 parent 875d986 commit 454d3fd

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
run: |
3535
set -euxo pipefail
3636
# The agent launches these servers via `npx -y <pkg>@latest`. Installing
37-
# them globally warms the npm cache so they resolve quickly/offline once
38-
# the runtime firewall is in place. Keep this list in sync with the
39-
# `type: "local"` servers in the repo's Copilot MCP configuration.
37+
# them globally warms the npm cache so they resolve quickly once the
38+
# runtime firewall is in place. Keep this list in sync with the
39+
# `type: "local"` MCP servers configured for the coding agent under
40+
# repo Settings -> Copilot -> coding agent (configured there, not in a
41+
# file in this repo).
4042
npm install -g \
4143
@playwright/mcp@latest \
4244
fast-filesystem-mcp@latest \

0 commit comments

Comments
 (0)