You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to install a server from the Github MCP registry via the VS Code Insiders registry links currently always returns a 404 error. Investigation suggests this may be due to missing URL encoding in server name paths in the latest version of insiders.
VS Code registry and Install UI properly encode server names and complete installs successfully.
Environment
VS Code Insiders Version: 1.106.0
Logs
Deep link format for v0.1 (vscode-insiders:mcp/api.mcp.github.com/v0.1/servers/cognitionai%2Fdeepwiki/versions/latest) decodes the URL and doesn't re-encode:
2025-11-10 14:43:54.336 [info] [Window] MCP server 'https://api.mcp.github.com/v0.1/servers/cognitionai/deepwiki/versions/latest' not found
Summary
Screen.Recording.2025-11-10.at.2.56.35.PM.mov
Attempting to install a server from the Github MCP registry via the VS Code Insiders registry links currently always returns a 404 error. Investigation suggests this may be due to missing URL encoding in server name paths in the latest version of insiders.
Context/References
serena).https://api.mcp.github.com/v0.1/servers/oraios%2Fserena/versions(note encoded/)Steps to Reproduce
Recent Changes
Expected Behavior
Environment
Logs
Deep link format for v0.1 (vscode-insiders:mcp/api.mcp.github.com/v0.1/servers/cognitionai%2Fdeepwiki/versions/latest) decodes the URL and doesn't re-encode: