Describe the Bug
playwright + atlassian mcps stopped working since last auto-update in oct 8th
Steps to Reproduce
- Install version 1.7.39
- add atlassian + playwright mcps, in mcp.json:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@modelcontextprotocol/server-playwright"
],
"env": {}
},
"mcp-atlassian-api": {
"command": "npx",
"args": [
"mcp-atlassian"
],
"env": {
"ATLASSIAN_BASE_URL": "https://xxxx.atlassian.net",
"ATLASSIAN_CLOUD_ID": "xyz",
"ATLASSIAN_API_TOKEN": "abcd",
"ATLASSIAN_EMAIL": "[email protected]",
"NO_COLOR": "1",
"FORCE_COLOR": "0"
}
}
}
}
Expected Behavior
mcp’s should work - they worked for me before the update, nothing changed in the mcp.json
Screenshots / Screen Recordings
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.7.39 (user setup)
VSCode Version: 1.99.3
Commit: a9c77ceae65b77ff772d6adfe05f24d8ebcb2790
Date: 2025-10-08T00:33:20.352Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.22631
Does this stop you from using Cursor
Yes - Cursor is unusable
