This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryDaemon‑exclusive SQLite write path added via gRPC services and WriteActor.
Full changelog
Self-Contained Binaries
All binaries include ONNX Runtime statically linked - no external dependencies required.
Each archive includes LICENSE and THIRD-PARTY-LICENSES.md with full attribution for all third-party dependencies.
Quick Install
# Linux/macOS
curl -fsSL https://raw.githubusercontent.com/ChrisGVE/workspace-qdrant-mcp/main/scripts/download-install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/ChrisGVE/workspace-qdrant-mcp/main/scripts/download-install.ps1 | iex
Manual Download
Choose the appropriate archive for your platform:
darwin-arm64- macOS Apple Silicon (M1/M2/M3)darwin-x64- macOS Intellinux-x64- Linux x86_64linux-arm64- Linux ARM64windows-x64- Windows x86_64windows-arm64- Windows ARM64
Native Node.js Addon
Pre-built wqm-common-node addons are included for macOS and Linux platforms.
Place the .node file in src/rust/common-node/ for the MCP server to use.
What's Changed
- feat: daemon-exclusive SQLite write path with gRPC services and WriteActor by @ChrisGVE in https://github.com/ChrisGVE/workspace-qdrant-mcp/pull/52
- fix(cli): add daemon-running safety check to recover-state by @ChrisGVE in https://github.com/ChrisGVE/workspace-qdrant-mcp/pull/53
- fix(cli): add daemon-running safety check to recover-state by @ChrisGVE in https://github.com/ChrisGVE/workspace-qdrant-mcp/pull/54
Full Changelog: https://github.com/ChrisGVE/workspace-qdrant-mcp/compare/v0.0.5...v0.1.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ChrisGVE/workspace-qdrant-mcp
Project-scoped semantic workspace memory for AI coding assistants. Watches your project files, auto-indexes code and docs into Qdrant with tree-sitter semantic chunking, LSP integration, and hybrid search (dense + sparse + RRF). 6 MCP tools: store, search, retrieve, grep, list, rules. **Alpha** — testers and feedback welcome.
Related context
Beta — feedback welcome: [email protected]