Skip to content

[Bug]: Broken MCP extension README link in extension UI #40573

@AndreVale69

Description

@AndreVale69

Version

1.59.1

Steps to reproduce

No minimal reproduction is required as this is a hardcoded URL in the Playwright repository.

Steps:

  1. In connect.tsx, locate the readmeUrl used in VersionMismatchError:
    https://github.com/microsoft/playwright-mcp/blob/main/packages/extension/README.md

Permalink:

const readmeUrl = 'https://github.com/microsoft/playwright-mcp/blob/main/packages/extension/README.md';

Expected behavior

The "installation instructions" link should point to a valid README in the Playwright MCP repository.

Actual behavior

The link points to a non-existent path and returns 404.

Additional context

Related to: #40570

Environment

Not environment-specific. This is a hardcoded URL in the repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions