@oomkapwn/enquire-mcp 3.7.7 → 3.7.8
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 +46 -0
- package/README.md +6 -6
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,52 @@
|
|
|
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.7.8] — 2026-05-16
|
|
6
|
+
|
|
7
|
+
> **TL;DR:** Repo-page positioning patch. Restores **"The most advanced Obsidian MCP"** as the primary credential in the README hero (previously demoted to a secondary line in v3.6.3's "memory for AI agents" pivot, then dropped entirely in v3.7.7's visual refresh). Adds **OpenClaw** to all agent-list mentions (README hero, "What it is", Use cases, comparison matrix, npm description, image alt text). GitHub About description + Topics updated out-of-band via `gh api`: About now leads with "The most advanced Obsidian MCP — long-term memory for AI agents...", Topics list `openclaw` (dropped `context-engineering` from the 20-cap as the least-discoverable hype keyword). **Zero code changes.** 786 tests unchanged.
|
|
8
|
+
|
|
9
|
+
**Patch — positioning restoration + OpenClaw discoverability.**
|
|
10
|
+
|
|
11
|
+
### Changed — README hero (most-advanced credential restored)
|
|
12
|
+
|
|
13
|
+
The v3.6.3 marketing pivot moved "The most advanced Obsidian MCP" from the primary headline to a secondary bold line ("Long-term memory for AI agents." became the lead). The v3.7.7 visual refresh dropped the secondary line entirely in favor of the pain-point hook ("Stop re-explaining context..."). **v3.7.8 restores the credential to the H3 subtitle** so visitors immediately see both positioning facets:
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
### The most advanced Obsidian MCP. Long-term memory for AI agents.
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
The bold pain-point hook below stays, so the structure is now: **credential + value prop** (H3) → **pain point + outcome** (bold).
|
|
20
|
+
|
|
21
|
+
### Added — OpenClaw to all agent surfaces
|
|
22
|
+
|
|
23
|
+
OpenClaw is a primary MCP client (reference deployment partner; see v3.5.x CHANGELOG for the SZBOX trading-system pairing). v3.6.3's Topics rebalance dropped `openclaw` to fit the 8 new hype keywords inside GitHub's 20-cap, but the README + npm description references also got trimmed. v3.7.8 restores OpenClaw discoverability:
|
|
24
|
+
|
|
25
|
+
- **README** — added to 5 agent-list mentions: image alt text, hero bold line, "What it is" lead paragraph, Use case #1, comparison matrix "MCP-native" row.
|
|
26
|
+
- **`package.json#description`** — agent list now reads "Claude Code, Claude Desktop, Cursor, ChatGPT custom GPT, Codex, OpenClaw, and any MCP client". Also: the description NOW LEADS with "The most advanced Obsidian MCP — long-term memory for AI agents." (matching the GitHub About).
|
|
27
|
+
- **GitHub About** (out-of-band via `gh api`): replaced with `"The most advanced Obsidian MCP — long-term memory for AI agents. Hybrid retrieval (BM25 + ML + BGE rerank, RRF-fused), HNSW + int8 quantization, agentic RAG (HyDE + sub-question), standalone Bases, PDFs+OCR. For Claude Code/Desktop, Cursor, ChatGPT, Codex, OpenClaw. MCP-native, MIT, SLSA-3."` (288 chars, fits the 350 limit).
|
|
28
|
+
- **GitHub Topics** (out-of-band via `gh api`): swapped `context-engineering` → `openclaw`. New 20-topic set: `obsidian, obsidian-mcp, mcp-server, model-context-protocol, claude, claude-code, cursor, chatgpt, codex, openclaw, rag, agentic-rag, hybrid-search, semantic-search, ai-memory, agent-memory, llm-memory, long-term-memory, claude-memory, second-brain`.
|
|
29
|
+
|
|
30
|
+
`context-engineering` was the safest drop from the 20-cap: it's the most jargon-heavy of the agent-memory keywords (low natural-search volume vs `ai-memory`, `agent-memory`, `llm-memory`, `long-term-memory`, `claude-memory` which it overlaps with). `openclaw` brings unique discoverability for the dedicated client community.
|
|
31
|
+
|
|
32
|
+
### Tests
|
|
33
|
+
|
|
34
|
+
**786 tests** — unchanged. No code paths touched, no test additions, no coverage delta. Lint clean, `tsc` strict + `noUncheckedIndexedAccess` clean, version-consistency green at `3.7.8` (5 surfaces), all K-1 invariants green.
|
|
35
|
+
|
|
36
|
+
### Migration
|
|
37
|
+
|
|
38
|
+
**No-op for every consumer.** Zero code/API/behavior/schema changes. Same npm install, same wire format. Visible surfaces:
|
|
39
|
+
- GitHub About + Topics — updated instantly (out-of-band, already live)
|
|
40
|
+
- README — instantly after merge
|
|
41
|
+
- npm description — after `npm publish`
|
|
42
|
+
|
|
43
|
+
OpenClaw users specifically benefit: the repo is now discoverable via the `openclaw` topic + README references → easier for the OpenClaw community to find the recommended Obsidian memory backend.
|
|
44
|
+
|
|
45
|
+
### Method note
|
|
46
|
+
|
|
47
|
+
Positioning continues to be a calibration exercise (per v3.6.3 method note: *"positioning isn't a one-time launch decision — it's continuous calibration"*). The "most advanced Obsidian MCP" credential and the "memory for AI agents" value-prop are **complementary**, not mutually-exclusive: this patch restores the both-and framing rather than the v3.7.7 either-or compromise. OpenClaw discoverability is a smaller-but-similar calibration — the v3.6.3 rebalance traded it for general-hype keywords; v3.7.8 trades back one of those (the least-discoverable one) to restore the dedicated-community pathway.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
5
51
|
## [3.7.7] — 2026-05-16
|
|
6
52
|
|
|
7
53
|
> **TL;DR:** Visual + marketing refresh. New `assets/social-preview.png` leads with the emotional value prop ("Long-term memory for AI agents") and a visual flow showing vault → enquire-mcp → 5 AI agents — replaces the previous engineering-stats-heavy preview. README hero rewritten with **"The problem / The solution"** framing + sticky nav links + a clear 3-bullet differentiation block. **Zero code changes.** 786 tests unchanged. The visual + copy hierarchy is now optimized for first-time visitor conversion (3-second value-prop comprehension); technical depth is preserved but moved below the fold.
|
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<a href="https://github.com/oomkapwn/enquire-mcp"><img src="./assets/social-preview.png" alt="enquire-mcp —
|
|
3
|
+
<a href="https://github.com/oomkapwn/enquire-mcp"><img src="./assets/social-preview.png" alt="enquire-mcp — the most advanced Obsidian MCP. Long-term memory for AI agents. Built on your Obsidian vault. Open-source, MCP-native, vendor-neutral. Hybrid retrieval, BGE reranker, HNSW, PDFs with OCR. For Claude Code, Claude Desktop, Cursor, ChatGPT, Codex, OpenClaw." width="100%"></a>
|
|
4
4
|
|
|
5
5
|
# enquire-mcp
|
|
6
6
|
|
|
7
|
-
### Long-term memory for AI agents.
|
|
7
|
+
### The most advanced Obsidian MCP. Long-term memory for AI agents.
|
|
8
8
|
|
|
9
|
-
**Stop re-explaining context to Claude, Cursor, ChatGPT every session. Your Obsidian notes become shared, searchable memory across every MCP-compatible agent — your knowledge, every model, forever yours.**
|
|
9
|
+
**Stop re-explaining context to Claude, Cursor, ChatGPT, Codex, OpenClaw every session. Your Obsidian notes become shared, searchable memory across every MCP-compatible agent — your knowledge, every model, forever yours.**
|
|
10
10
|
|
|
11
11
|
[](https://github.com/oomkapwn/enquire-mcp/actions/workflows/ci.yml)
|
|
12
12
|
[](https://www.npmjs.com/package/@oomkapwn/enquire-mcp)
|
|
@@ -29,7 +29,7 @@ Every AI session starts from zero. You re-explain your project, your design deci
|
|
|
29
29
|
|
|
30
30
|
## The solution
|
|
31
31
|
|
|
32
|
-
Your Obsidian vault becomes **persistent, queryable long-term memory** for any MCP-compatible agent. One install — your knowledge is instantly accessible from Claude Code, Claude Desktop, Cursor, ChatGPT custom GPT, Codex, and every other MCP client. Plain markdown files **you own**, indexed locally, searched with the full modern IR stack, recalled across every session and every model.
|
|
32
|
+
Your Obsidian vault becomes **persistent, queryable long-term memory** for any MCP-compatible agent. One install — your knowledge is instantly accessible from Claude Code, Claude Desktop, Cursor, ChatGPT custom GPT, Codex, OpenClaw, and every other MCP client. Plain markdown files **you own**, indexed locally, searched with the full modern IR stack, recalled across every session and every model.
|
|
33
33
|
|
|
34
34
|
> **Three things make enquire-mcp different**:
|
|
35
35
|
> 1. **Vendor-neutral.** Your memory lives in `.md` files. Switch from Claude to Cursor — your memory comes with you.
|
|
@@ -74,7 +74,7 @@ enquire-mcp doctor --vault <path> # color-coded ✓/⚠/✗ health check
|
|
|
74
74
|
|
|
75
75
|
## 🧠 Use cases
|
|
76
76
|
|
|
77
|
-
**1 — Long-term memory for AI agents.** Drop your Obsidian vault into any MCP-compatible agent (Claude Code, Claude Desktop, Cursor, ChatGPT, Codex). The agent now has durable, semantic recall over every meeting note, journal entry, research log, and decision doc you've ever written — across sessions, models, and providers. Unlike `Claude Memory` or `ChatGPT Memory`, your knowledge isn't locked into one vendor's cloud; it lives in plain markdown you own and can migrate freely.
|
|
77
|
+
**1 — Long-term memory for AI agents.** Drop your Obsidian vault into any MCP-compatible agent (Claude Code, Claude Desktop, Cursor, ChatGPT, Codex, OpenClaw). The agent now has durable, semantic recall over every meeting note, journal entry, research log, and decision doc you've ever written — across sessions, models, and providers. Unlike `Claude Memory` or `ChatGPT Memory`, your knowledge isn't locked into one vendor's cloud; it lives in plain markdown you own and can migrate freely.
|
|
78
78
|
|
|
79
79
|
**2 — Personal knowledge base / second brain.** Hybrid retrieval surfaces the right note for *any* phrasing, in any of 50+ languages. Ask in English about a Russian-language journal entry from 2 years ago, get the right hit. Wikilink graph-boost reranks notes that sit at the centre of your knowledge graph. GraphRAG-light surfaces topical communities — discover connections you forgot you made. PDFs blend into search with `[page: N]` citations so research papers and meeting transcripts become first-class memory.
|
|
80
80
|
|
|
@@ -106,7 +106,7 @@ Auto-generated **[API reference at oomkapwn.github.io/enquire-mcp](https://oomka
|
|
|
106
106
|
| **Built-in retrieval-quality eval harness** (NDCG, Recall, MRR, A/B matrix) | ✅ | ❌ | ❌ |
|
|
107
107
|
| **Remote MCP** over HTTP + bearer auth + stateful sessions | ✅ | ❌ | partial |
|
|
108
108
|
| **Per-signal observability** per hit | ✅ | ❌ | ❌ |
|
|
109
|
-
| **MCP-native** (Claude · Cursor · ChatGPT · Codex · any client) | ✅ | ❌ Obsidian-only | varies |
|
|
109
|
+
| **MCP-native** (Claude · Cursor · ChatGPT · Codex · OpenClaw · any client) | ✅ | ❌ Obsidian-only | varies |
|
|
110
110
|
| **Privacy filter** verified at every search + write path | ✅ | n/a | ❌ |
|
|
111
111
|
| **44 production tools** (33 always-on read tools + 4 opt-in + 7 gated writes) | ✅ | n/a | varies |
|
|
112
112
|
| **GraphRAG-light** (wikilink community detection via Louvain modularity) | ✅ **only here** | ❌ | ❌ |
|
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.7.
|
|
10
|
+
export declare const VERSION = "3.7.8";
|
|
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.js
CHANGED
|
@@ -32,7 +32,7 @@ import { main } from "./cli.js";
|
|
|
32
32
|
* + `McpServer({version})`) and `src/tool-registry.ts` (used in the
|
|
33
33
|
* `vault-info` resource payload).
|
|
34
34
|
*/
|
|
35
|
-
export const VERSION = "3.7.
|
|
35
|
+
export const VERSION = "3.7.8";
|
|
36
36
|
// Re-exports — preserve the v3.5.x public surface so http-transport.ts and
|
|
37
37
|
// tests don't need to know about the new module layout. The set below
|
|
38
38
|
// exactly matches the v3.5.x `export` declarations: `main`,
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@oomkapwn/enquire-mcp",
|
|
4
|
-
"version": "3.7.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "3.7.8",
|
|
5
|
+
"description": "The most advanced Obsidian MCP — long-term memory for AI agents. Hybrid retrieval (BM25 + TF-IDF + multilingual ML embeddings, RRF-fused) with BGE cross-encoder reranking, HNSW + int8 quantization, late-chunking, HyDE + sub-question decomposition, agentic RAG, PDFs (with OCR), standalone Bases (.base query execution — no Obsidian needed), GraphRAG-light (Louvain wikilink community detection), wikilinks, backlinks, Dataview, frontmatter, canvas. Open-source long-term memory / second brain for Claude Code, Claude Desktop, Cursor, ChatGPT custom GPT, Codex, OpenClaw, and any MCP client. 44 tools, 19 MCP prompts, 5 cross-encoder reranker models, 786 tests, SLSA-3, semver-bound, MIT.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
8
|
"enquire-mcp": "dist/index.js"
|