Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
After updating to the latest Cursor I now get the below error when trying to connect to a remote MPC Server
…
2025-11-05 11:29:21.514 [error] Client error for command Streamable HTTP error: Failed to open SSE stream: Not Found
…
The MCP Server worked before the upgrade, and works in other IDEs..
Steps to Reproduce
add the following MCP Server to your mcp.json:
"testkube": {
"url": "https://api.testkube.io/organizations/tkcorg_539cb664a4446f37/environments/tkcenv_a7a9f692d2248d3e/mcp",
"transport": {
"type": "sse"
},
"headers": {
"Authorization": "Bearer tkcapi_eb48ab38e7377f81e989c3571d2632"
}
},
and try to enable the MCP Server (the token is for testing only - it gives read-only access and will expire soon)
Expected Behavior
the MCP Server is expected to show up green - but it fails to initialize
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.0.60 (Universal)
VSCode Version: 1.99.3
Commit: c6d93c13f57509f77eb65783b28e75a857b74c00
Date: 2025-11-05T00:50:54.645Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.0.0
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor

