v2.6.1
⚠️ KNOWN ISSUE: v2.6.1 npm wrapper has stale optionalDependencies
The @opitacode/dark-memory-mcp@2.6.1\ wrapper's \optionalDependencies\ block still references @opitacode/dark-memory-mcp-{darwin,linux,win32}-{x64,arm64}@2.6.0\ (the previous version). When a user runs
px -y @opitacode/dark-memory-mcp@2.6.1, npm pulls the v2.6.0 platform packages, so the user effectively gets v2.6.0 binaries from a v2.6.1 install.
Fix: use v2.6.2 instead. Its wrapper correctly references v2.6.2 platform packages.
Functional impact:
- GitHub Release v2.6.1 binaries: ✅ correct (self-bootstrap content, reproducible builds).
- MCPB bundle v2.6.1: ✅ correct (manifest references the v2.6.1 binary).
- npm install path: ❌ pulls v2.6.0 platform packages (uses old binaries).
For v2.6.2+ users: use
px -y @opitacode/dark-memory-mcp@2.6.2.
Full Changelog: v2.6.0...v2.6.1