@oomkapwn/enquire-mcp 3.11.3 → 3.11.4-rc.1
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.
- package/CHANGELOG.md +4 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
+
## [3.11.4-rc.1] — 2026-06-30
|
|
6
|
+
|
|
7
|
+
> **TL;DR:** **safe dependency-bundle rc** — the 4 open dependabot PRs evaluated + bundled (all in-range minors/patches, all green on full CI). **js-yaml 5.1.0 → 5.2.0** (behavioral-area: re-verified the frontmatter scalar-resolution contracts — 26 tests — hold identically), **pdfjs-dist 6.0.227 → 6.1.200** (PDF + OCR suites — 50 tests — pass on the new minor), **@napi-rs/canvas 1.0.0 → 1.0.2** (optional OCR canvas, patch), dev: **@biomejs/biome 2.5.0 → 2.5.1** + **@types/node 26.0.0 → 26.0.1**. Bundled in one branch to re-resolve `package-lock` once (avoids the 4-way lock conflict); the live-advisory-DB re-resolve surfaced **no new advisories** (`check-audit` clean). The biome minor required a `biome migrate` (`$schema` 2.5.0 → 2.5.1, no rule-set change — the rc.78 class). **No `src/` change; 1441 tests unchanged.** Ships `@rc`. **Lesson (reinforced): a dep bump's `npm install` re-resolves the whole tree against the live advisory DB — run the scoped-audit gate + the behavioral suite for any behavioral dep (js-yaml→frontmatter, pdfjs→PDF/OCR), and a `^`-ranged dev tool (biome) needs its config `$schema` kept in lockstep.**
|
|
8
|
+
|
|
5
9
|
## [3.11.3] — 2026-06-30
|
|
6
10
|
|
|
7
11
|
> **TL;DR:** **v3.11.3 STABLE — promoted `@rc` → `@latest`. The README now ships in 11 languages, all at full content-parity.** A docs/i18n release (zero `src/` behavior change) on top of the fully-audited v3.11.2. Added **한국어 + Deutsch** (rc.1) then brought the 4 oldest translations (**zh/es/hi/ar**) from *abbreviated* to **full section + content parity** with the English source (rc.2) — every translation now carries the same 15 H2 / 2 H3 sections, the mermaid retrieval diagram, the full 46-tool table, and the 19-prompt list. Two new **structural defenses** so the i18n surface can't silently drift again: a **section-parity invariant** (every translation must match `README.md`'s H2/H3 count *and* keep the mermaid block + the per-tool table — a heading-count guard alone missed the prose-summary drift) and a **currency guard** (no shipped-stable release may be mislabelled `@rc` in any README/llms Releases reel — closing a class that recurred 3× this line, caught by the mandatory pre-promotion re-sweep across all 11 language surfaces, not just the newest). Every published claim stays measured + invariant-pinned; SLSA L2, no unmeasured headline numbers. **46 tools · 19 prompts · 1441 tests · 11 languages · 0 CodeQL · 0 open dependabot.** No API breaks (additive patch). CI publishes `@latest` + signed provenance (SLSA L2) + OIDC MCP-registry sync. **Per-RC detail: rc.1 + rc.2 below.**
|
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* + `McpServer({version})`) and `src/tool-registry.ts` (used in the
|
|
8
8
|
* `vault-info` resource payload).
|
|
9
9
|
*/
|
|
10
|
-
export declare const VERSION = "3.11.
|
|
10
|
+
export declare const VERSION = "3.11.4-rc.1";
|
|
11
11
|
export { main } from "./cli.js";
|
|
12
12
|
export { buildEmbedText, buildMcpServer, formatReadyBanner, prepareServerDeps, type ServeOptions, type ServerDeps, startServer } from "./server.js";
|
|
13
13
|
export { parsePositiveInt, parseQuantizationMode } from "./tool-registry.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAoCA;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAoCA;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO,gBAAgB,CAAC;AAUrC,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EACL,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,iBAAiB,EACjB,KAAK,YAAY,EACjB,KAAK,UAAU,EACf,WAAW,EACZ,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -40,7 +40,7 @@ import { main } from "./cli.js";
|
|
|
40
40
|
* + `McpServer({version})`) and `src/tool-registry.ts` (used in the
|
|
41
41
|
* `vault-info` resource payload).
|
|
42
42
|
*/
|
|
43
|
-
export const VERSION = "3.11.
|
|
43
|
+
export const VERSION = "3.11.4-rc.1";
|
|
44
44
|
// Re-exports — preserve the v3.5.x public surface so http-transport.ts and
|
|
45
45
|
// tests don't need to know about the new module layout. The set below
|
|
46
46
|
// exactly matches the v3.5.x `export` declarations: `main`,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AACA,yEAAyE;AACzE,8EAA8E;AAC9E,EAAE;AACF,sEAAsE;AACtE,uEAAuE;AACvE,qEAAqE;AACrE,kEAAkE;AAClE,kEAAkE;AAClE,EAAE;AACF,kBAAkB;AAClB,iFAAiF;AACjF,2FAA2F;AAC3F,wFAAwF;AACxF,sFAAsF;AACtF,sFAAsF;AACtF,yFAAyF;AACzF,gEAAgE;AAChE,2EAA2E;AAC3E,sEAAsE;AACtE,uFAAuF;AACvF,sFAAsF;AACtF,EAAE;AACF,yEAAyE;AACzE,wBAAwB;AACxB,2EAA2E;AAC3E,yEAAyE;AACzE,6EAA6E;AAC7E,+DAA+D;AAC/D,sFAAsF;AACtF,0EAA0E;AAE1E,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAEhC;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AACA,yEAAyE;AACzE,8EAA8E;AAC9E,EAAE;AACF,sEAAsE;AACtE,uEAAuE;AACvE,qEAAqE;AACrE,kEAAkE;AAClE,kEAAkE;AAClE,EAAE;AACF,kBAAkB;AAClB,iFAAiF;AACjF,2FAA2F;AAC3F,wFAAwF;AACxF,sFAAsF;AACtF,sFAAsF;AACtF,yFAAyF;AACzF,gEAAgE;AAChE,2EAA2E;AAC3E,sEAAsE;AACtE,uFAAuF;AACvF,sFAAsF;AACtF,EAAE;AACF,yEAAyE;AACzE,wBAAwB;AACxB,2EAA2E;AAC3E,yEAAyE;AACzE,6EAA6E;AAC7E,+DAA+D;AAC/D,sFAAsF;AACtF,0EAA0E;AAE1E,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAEhC;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC;AAErC,2EAA2E;AAC3E,sEAAsE;AACtE,4DAA4D;AAC5D,6EAA6E;AAC7E,sEAAsE;AACtE,sEAAsE;AACtE,2EAA2E;AAC3E,4EAA4E;AAC5E,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EACL,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,iBAAiB,EAGjB,WAAW,EACZ,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAE7E,4DAA4D;AAC5D,yEAAyE;AACzE,wEAAwE;AACxE,6EAA6E;AAC7E,sDAAsD;AACtD,MAAM,UAAU,GAAG,CAAC,GAAG,EAAE;IACvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QAAE,OAAO,KAAK,CAAC;IACnC,IAAI,CAAC;QACH,oEAAoE;QACpE,mEAAmE;QACnE,wEAAwE;QACxE,2EAA2E;QAC3E,MAAM,IAAI,GAAG,YAAY,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;QAC1D,MAAM,IAAI,GAAG,YAAY,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;QAC3C,OAAO,IAAI,KAAK,IAAI,CAAC;IACvB,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,KAAK,CAAC;IACf,CAAC;AACH,CAAC,CAAC,EAAE,CAAC;AAEL,IAAI,UAAU,EAAE,CAAC;IACf,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,GAAY,EAAE,EAAE;QAC5B,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,kBAAkB,GAAG,YAAY,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,IAAI,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC5G,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC,CAAC,CAAC;AACL,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@oomkapwn/enquire-mcp",
|
|
4
|
-
"version": "3.11.
|
|
4
|
+
"version": "3.11.4-rc.1",
|
|
5
5
|
"mcpName": "io.github.oomkapwn/enquire-mcp",
|
|
6
6
|
"description": "MCP server giving AI agents (Claude Code, Claude Desktop, Cursor, ChatGPT, Codex, OpenClaw) persistent long-term memory backed by your local Obsidian markdown vault. Hybrid retrieval (BM25 + ML embeddings + BGE reranker, RRF-fused), HNSW + int8 quantization, agentic RAG (HyDE + sub-question decomposition), GraphRAG-light (Louvain), standalone Obsidian Bases, PDFs + Tesseract OCR. Vendor-neutral memory layer for any MCP-compatible agent. 46 tools, 19 MCP prompts, 1441 tests, signed npm build provenance (SLSA L2), semver-bound, MIT, zero cloud calls during serve.",
|
|
7
7
|
"type": "module",
|
|
@@ -199,13 +199,13 @@
|
|
|
199
199
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
200
200
|
"chokidar": "^5.0.0",
|
|
201
201
|
"commander": "^15.0.0",
|
|
202
|
-
"js-yaml": "^5.
|
|
202
|
+
"js-yaml": "^5.2.0",
|
|
203
203
|
"zod": "^4.4.3"
|
|
204
204
|
},
|
|
205
205
|
"devDependencies": {
|
|
206
|
-
"@biomejs/biome": "^2.5.
|
|
206
|
+
"@biomejs/biome": "^2.5.1",
|
|
207
207
|
"@types/better-sqlite3": "^7.6.13",
|
|
208
|
-
"@types/node": "^26.0.
|
|
208
|
+
"@types/node": "^26.0.1",
|
|
209
209
|
"@vitest/coverage-v8": "^4.1.9",
|
|
210
210
|
"github-slugger": "^2.0.0",
|
|
211
211
|
"husky": "^9.1.7",
|
|
@@ -216,10 +216,10 @@
|
|
|
216
216
|
},
|
|
217
217
|
"optionalDependencies": {
|
|
218
218
|
"@huggingface/transformers": "^4.2.0",
|
|
219
|
-
"@napi-rs/canvas": "^1.0.
|
|
219
|
+
"@napi-rs/canvas": "^1.0.1",
|
|
220
220
|
"better-sqlite3": "^12.11.1",
|
|
221
221
|
"hnswlib-node": "^3.0.0",
|
|
222
|
-
"pdfjs-dist": "^6.
|
|
222
|
+
"pdfjs-dist": "^6.1.200",
|
|
223
223
|
"tesseract.js": "^7.0.0"
|
|
224
224
|
},
|
|
225
225
|
"overrides": {
|