Skip to content

v0.4.0

Choose a tag to compare

@henryavila henryavila released this 15 Apr 11:56
· 22 commits to main since this release

What's New

Cursor MCP Registration

  • mdprobe setup now registers the MCP server in ~/.cursor/mcp.json when Cursor is detected
  • WSL-to-Windows Cursor config path support via cmd.exe
  • removeAll() cleans up Cursor MCP entries and legacy hooks

Annotation Highlight Fix

  • Annotations on text containing inline code elements (e.g. list items with backtick code) now correctly highlight
  • Whitespace-only text nodes between block elements are no longer wrapped with <mark> tags

Test Isolation

  • Integration tests no longer fail when a mdprobe singleton server is already running
  • Each test gets its own lock file via MDPROBE_LOCK_PATH env var
  • Fixed missing dirname import in setup tests
  • 675/675 tests passing (was 668/675)