Skip to content

v1.18.8 correct bin configuration - devmind-mcp should use index.js not cli.js

Choose a tag to compare

@JochenYang JochenYang released this 27 Oct 10:02
· 86 commits to main since this release

Fixed

  • Critical: Fixed incorrect bin configuration causing CLI to run instead of MCP Server
    • Changed devmind-mcp bin entry from dist/cli.js to dist/index.js
    • This was causing multiple CLI processes when MCP clients connected
    • Each CLI process was potentially running daemon functionality
    • Explains why there were 35+ devmind processes running simultaneously
    • BREAKING: Users need to restart their IDEs after this update

Impact

  • Resolves excessive process spawning issue
  • Eliminates unintended daemon processes from MCP connections
  • Proper separation between CLI tool (devmind) and MCP Server (devmind-mcp)
  • Should significantly reduce duplicate recording issues