Skip to content

Release v2.1.9

Choose a tag to compare

@github-actions github-actions released this 09 Nov 03:27
· 50 commits to main since this release

DevMind MCP v2.1.9

Improved

  • Markdown Format Requirement: Added explicit Markdown format specification for content field
    • Issue: Different AI tools (Warp, Claude Code) used inconsistent formats (Markdown vs plain text)
    • Solution: Explicitly require Markdown format with clear examples
    • Added format guidelines: headers, lists, code blocks, bullet points
    • Added "Avoid unnecessary emoji" guideline for professional documentation
    • Provided complete examples for both Chinese and English projects
    • Location: src/mcp-server.ts:313

Changed

  • Content Field Description: Enhanced from language-only to format + language specification
    • Before: Only specified natural language (Chinese/English)
    • After: Markdown format + natural language + structure guidelines
    • Added code block syntax examples: ```typescript
    • Added structure examples: headers (##), lists (-), inline code (`)

Technical Details

  • Updated record_context tool's content parameter description
  • Added comprehensive Markdown examples for both languages
  • Ensures consistent format across all AI tools (Warp, Claude Code, Cursor, etc.)
  • No breaking changes: existing plain text content still works, but AI will now prefer Markdown

Benefits

  • Consistency: All AI tools will use same Markdown format
  • Readability: Better structured memories with headers and code blocks
  • Searchability: Easier to parse and search with consistent format
  • Professional: No random emoji, clean documentation style

Installation

npm install -g devmind-mcp@2.1.9

NPM Package

Documentation