bluera-knowledge 0.21.8 → 0.21.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.21.9](https://github.com/blueraai/bluera-knowledge/compare/v0.21.6...v0.21.9) (2026-02-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **hooks:** warn when MCP wrapper missing on session start ([007462f](https://github.com/blueraai/bluera-knowledge/commit/007462f160914746f5a26ee0757e22794742c1c5))
11
+ * **mcp:** show build tools error on MCP server startup ([ea07403](https://github.com/blueraai/bluera-knowledge/commit/ea074037f28b3750ea516f0eebde3495900bd92c))
12
+ * **mcp:** use exit 2 for blocking errors in wrapper script ([2b07a95](https://github.com/blueraai/bluera-knowledge/commit/2b07a9520449be54d0f4ef6a9b0fa2944e1f932f))
13
+
5
14
  ## [0.21.8](https://github.com/blueraai/bluera-knowledge/compare/v0.21.6...v0.21.8) (2026-02-01)
6
15
 
7
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluera-knowledge",
3
- "version": "0.21.8",
3
+ "version": "0.21.9",
4
4
  "description": "CLI tool for managing knowledge stores with semantic search",
5
5
  "type": "module",
6
6
  "bin": {