You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isolated npm install execution during published-package smoke checks to avoid cross-environment interference in release verification.
Migrated SQLite runtime integration to native adapters: node:sqlite on Node.js and bun:sqlite on Bun, removing the better-sqlite3 dependency.
Added runtime-aware smoke commands and coverage (smoke:node, smoke:bun, smoke:cross-runtime, and test:runtime) with CI workflow updates for cross-runtime validation.
Added a JavaScript vector-distance fallback path so Bun runtime keeps semantic search functionality even when native sqlite-vector extension loading is unavailable.
Added MCP Registry release publishing in .github/workflows/release.yml after npm publish detection, with pinned mcp-publisher download verification, GitHub OIDC authentication, and release-version synchronization into server.json.