Skip to content

Release v2.4.6

Choose a tag to compare

@github-actions github-actions released this 06 Dec 18:15
· 12 commits to main since this release

DevMind MCP v2.4.6

Fixed

  • Critical: Removed Auto File Monitoring to Fix Memory Leak: Resolved frequent memory overflow crashes
    • Removed legacy CLI auto-monitoring feature (~500 lines of code)
    • Fixed "FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory"
    • Removed chokidar file watcher that caused continuous memory growth
    • Impact: MCP server now stable, no more crashes or connection failures

Removed

  • Auto file monitoring feature (legacy from CLI version, unused in MCP architecture)
    • startAutoMonitoring() and related methods
    • fileWatcher and file system monitoring
    • Automatic context recording on file changes
  • Note: All memory recording now done through AI actively calling record_context tool (higher quality, no duplication)

Improved

  • Reduced memory footprint significantly
  • Improved MCP server stability and reliability
  • Eliminated duplicate memory recordings
  • Better resource utilization

Installation

Via npx (recommended, no installation needed):

Use specific version:

npx -y devmind-mcp@2.4.6

Or always use latest:

npx -y devmind-mcp@latest

Or install globally:

Install specific version:

npm install -g devmind-mcp@2.4.6

Install latest:

npm install -g devmind-mcp@latest

NPM Package

Documentation