Open
Description
Version: 1.100.0-insider (Universal)
Commit: c73f020
Date: 2025-04-15T05:04:09.439Z
Electron: 34.4.1
ElectronBuildId: 11317338
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.0.0
Steps to Reproduce:
- add any sse type mcp server in the mcp server config and then try to start that server
- getting error in output channel
Error: MPC -32601: Not found
I can confirm that the same server was working on two of my machines before, but after upgrading to the this version it stoped working on both the machines
i can also confirm that other types of server are working file like docker and npx.
Also i think there is a typo in the error message as it shows MPC
instead of MCP
, well if it is intentional it certainly causes confusion.
vscode/src/vs/workbench/contrib/mcp/common/mcpTypes.ts
Lines 408 to 412 in a0ce446