jan icon indicating copy to clipboard operation
jan copied to clipboard

bug: Failed to start MCP Server: Resolving dependencies

Open CodePrometheus opened this issue 3 weeks ago • 2 comments

Version: Version 0.7.2 (0.7.2)

Describe the Bug

Cannot activate listenhub-mcp-server, while the same configs work on Cursor, Cline and so on.

Steps to Reproduce

  1. Settings -> MCP Servers, try to run listenhub-mcp-server
  2. My Config is:
{
  "command": "npx",
  "args": [
    "-y",
    "@marswave/listenhub-mcp-server@latest"
  ],
  "env": {},
  "type": "stdio",
  "active": false
}
  1. Node.js Version is: v22.20.0

Screenshots / Logs

[2025-11-11][04:11:16][app_lib::core::mcp::helpers][INFO] Starting MCP server ListenHub (Initial attempt)
[2025-11-11][04:11:19][app_lib::core::mcp::helpers][ERROR] Failed to start MCP server ListenHub: Resolving dependencies
Resolved, downloaded and extracted [2]
Saved lockfile

[2025-11-11][04:11:19][app_lib::core::mcp::helpers][ERROR] Failed to start MCP server ListenHub on first attempt: Failed to start MCP server ListenHub: Resolving dependencies
Resolved, downloaded and extracted [2]
Saved lockfile

Operating System

  • [x] MacOS
  • [ ] Windows
  • [ ] Linux

CodePrometheus avatar Nov 11 '25 04:11 CodePrometheus