Skip to content

v0.10.8 — npm bin conflict fix (DAK-5433)

Choose a tag to compare

@ferhimedamine ferhimedamine released this 21 May 13:54

What's fixed

npm bin conflict fix

All 3 platform packages (, , ) previously exposed , causing npm v10 to silently drop all bin symlinks when multiple packages register the same name.

Fix: Remove bin from all 3 platform packages — only @dakera-ai/dakera-mcp (the wrapper) exposes the bin. This matches the esbuild/vite convention.

Result: npx @dakera-ai/dakera-mcp now works correctly.

Merged: #109