Skip to content

error starting sse type mcp server #246591

Open
@abhi-parate-st3

Description

@abhi-parate-st3

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:

  1. add any sse type mcp server in the mcp server config and then try to start that server
  2. 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.

export class MpcResponseError extends Error {
constructor(message: string, public readonly code: number, public readonly data: unknown) {
super(`MPC ${code}: ${message}`);
}
}

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions