Skip to content

Fix MCP package version to use @latest per official documentation#1793

Merged
yingbull merged 2 commits into
fix/legacy-test-workflow-fixfrom
copilot/sub-pr-1792
Jan 18, 2026
Merged

Fix MCP package version to use @latest per official documentation#1793
yingbull merged 2 commits into
fix/legacy-test-workflow-fixfrom
copilot/sub-pr-1792

Conversation

Copilot AI commented Jan 18, 2026

Copy link
Copy Markdown

The .mcp.json pinned @playwright/mcp@0.0.56, which internally depends on Playwright 1.58.0-alpha, while the Dockerfile installs 1.56.0.

Changes:

  • Updated .mcp.json to use @playwright/mcp@latest instead of pinned version
  • Aligns with official Playwright MCP documentation which recommends @latest across all client configurations
  • Allows npm to resolve compatible MCP version automatically with installed Playwright version
  "args": [
-   "@playwright/mcp@0.0.56",
+   "@playwright/mcp@latest",
    "--isolated",

💡 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.


Summary by cubic

Updated .mcp.json to use @playwright/mcp@latest instead of a pinned version. This keeps the MCP setup compatible with Playwright and reduces maintenance.

Written for commit 402c672. Summary will update on new commits.

@coderabbitai

coderabbitai Bot commented Jan 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Co-authored-by: yingbull <8680161+yingbull@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix workflow issues and realign devcontainer for Playwright Fix MCP package version to use @latest per official documentation Jan 18, 2026
Copilot AI requested a review from yingbull January 18, 2026 06:08
@yingbull yingbull marked this pull request as ready for review January 18, 2026 06:12
Copilot AI review requested due to automatic review settings January 18, 2026 06:12
@yingbull yingbull merged commit 29812fd into fix/legacy-test-workflow-fix Jan 18, 2026
8 of 9 checks passed
@yingbull yingbull deleted the copilot/sub-pr-1792 branch January 18, 2026 06:12

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Model Context Protocol (MCP) configuration to use @playwright/mcp@latest instead of a pinned version @playwright/mcp@0.0.56. The change addresses a version mismatch where the pinned MCP version internally depended on Playwright 1.58.0-alpha, while the Dockerfile installs Playwright 1.56.0, and aligns with official Playwright MCP documentation that recommends using @latest.

Changes:

  • Updated .mcp.json to use @playwright/mcp@latest for automatic version resolution
  • Allows npm to handle version compatibility with the globally installed Playwright 1.56.0

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.

3 participants