Skip to content

fix: pin @wdio/mcp version and replace snap Chromium with Google Chrome#15

Merged
netzulo merged 2 commits into13-feat-install-copilot-cli-seed-mcp-servers-pilot-webdriverio-mcpfrom
copilot/sub-pr-14
Mar 7, 2026
Merged

fix: pin @wdio/mcp version and replace snap Chromium with Google Chrome#15
netzulo merged 2 commits into13-feat-install-copilot-cli-seed-mcp-servers-pilot-webdriverio-mcpfrom
copilot/sub-pr-14

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 7, 2026

Two non-determinism/reliability issues in the Copilot CLI + MCP seed setup: @wdio/mcp was unpinned (non-reproducible, requires network on every invocation), and the browser installer used Ubuntu's snap-transition Chromium APT packages which fail silently or install snapd in Docker containers.

Changes

  • src/copilot/mcp-config.json — Pin @wdio/mcp to 0.1.0

    "args": ["-y", "@wdio/mcp@0.1.0"]
  • src/scripts/install_browsers.sh — Replace snap-based Chromium install with Google Chrome stable from the official Google APT repo:

    • Adds Google's signing key to /etc/apt/keyrings/
    • Registers dl.google.com/linux/chrome/deb/ as a signed APT source
    • Installs google-chrome-stable
    • Verification falls back through google-chromechromium-browserchromium

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: netzulo <11871932+netzulo@users.noreply.github.com>
Copilot AI changed the title [WIP] Add opt-in support for Copilot CLI installation and MCP seeding fix: pin @wdio/mcp version and replace snap Chromium with Google Chrome Mar 7, 2026
@netzulo netzulo marked this pull request as ready for review March 7, 2026 21:25
@netzulo netzulo merged commit 165fb4d into 13-feat-install-copilot-cli-seed-mcp-servers-pilot-webdriverio-mcp Mar 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants