Fix broken VS Code MCP install badge links#150
Open
apiarya wants to merge 1 commit into
Open
Conversation
The old redirect format (/redirect/mcp/install?name=...&config=...) returns HTTP 400. Updated to the current format used by Playwright MCP and other Microsoft MCP servers: /redirect?url=vscode%3Amcp%2Finstall%3F... Also updated badge images to match the current shields.io format (the old 'logo=visualstudiocode' slug no longer renders an icon). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
|
||
| [](https://vscode.dev/redirect/mcp/install?name=workiq&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40microsoft%2Fworkiq%22%2C%22mcp%22%5D%7D) | ||
| [](https://insiders.vscode.dev/redirect/mcp/install?name=workiq&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40microsoft%2Fworkiq%22%2C%22mcp%22%5D%7D&quality=insiders) | ||
| [<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF" alt="Install in VS Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522workiq%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522%2540microsoft%252Fworkiq%2522%252C%2522mcp%2522%255D%257D) [<img alt="Install in VS Code Insiders" src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5">](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522workiq%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522%2540microsoft%252Fworkiq%2522%252C%2522mcp%2522%255D%257D) |
Member
There was a problem hiding this comment.
The first link isn't supposed to be for insiders. And our default installation isn't supposed to be using the NPM package anymore, it is supposed to be using the remote MCP Server. And installing the MCP without using the plugin will mean that the skill doesn't guide the behavior. I think we should just remove these buttons.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The "Install in VS Code" and "Install in VS Code Insiders" badge buttons in the README return HTTP 400 when clicked.
The old redirect format
vscode.dev/redirect/mcp/install?name=...&config=...is no longer supported.Fix
Updated to the current redirect format used by Playwright MCP and other Microsoft MCP servers:
Also updated badge images to match the current shields.io format (the old
logo=visualstudiocodeslug no longer renders an icon).Verification
vscode:mcp/install?{...}✅@playwright/mcpREADME