Skip to content

Release v2.4.7

Choose a tag to compare

@github-actions github-actions released this 08 Dec 08:06
· 10 commits to main since this release

DevMind MCP v2.4.7

Added

  • Smart Duplicate Detection: Automatically detects similar memories before recording
    • Searches recent 24-hour memories with 85% similarity threshold
    • Warns AI when potential duplicate is found
    • Suggests using update_context instead of creating duplicates
    • Minimal performance impact (~50-100ms, only during recording)

Improved

  • Enhanced update_context Tool Description: Now clearly explains when and how to use

    • Added explicit use cases: user requests + AI discovers duplicates
    • Provided clear workflow for avoiding duplicate memories
    • Emphasized importance of keeping memory clean
  • Enhanced record_context Tool Description: Added "BEFORE RECORDING" guidance

    • Prompts AI to search for similar contexts first
    • Suggests using update_context for duplicates
    • Helps maintain clean and organized memory

Impact

  • Reduces duplicate memory records
  • Improves memory quality and maintainability
  • Guides AI to use tools correctly
  • Keeps memory database clean and efficient

Installation

Via npx (recommended, no installation needed):

Use specific version:

npx -y devmind-mcp@2.4.7

Or always use latest:

npx -y devmind-mcp@latest

Or install globally:

Install specific version:

npm install -g devmind-mcp@2.4.7

Install latest:

npm install -g devmind-mcp@latest

NPM Package

Documentation