@oomkapwn/enquire-mcp 3.0.0 → 3.1.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oomkapwn/enquire-mcp",
3
- "version": "3.0.0",
4
- "description": "Drop-in MCP server for Obsidian vaults. Hybrid retrieval (BM25 + TF-IDF + ML embeddings via RRF), wikilinks resolved with aliases and sections, backlinks ranked with snippets, frontmatter typed, Dataview-style queries first-class. Read-only by default; opt-in writes. Works with Claude Code, Cursor, OpenClaw, Codex, Devin, and any MCP-compatible client.",
3
+ "version": "3.1.0",
4
+ "description": "The most advanced MCP server for Obsidian vaults. Hybrid retrieval (BM25 + TF-IDF + multilingual ML embeddings, RRF-fused) with BGE cross-encoder reranking, HNSW vector index, int8 quantization, late-chunking, HyDE-augmented retrieval, sub-question decomposition, PDFs (with OCR), wikilinks, backlinks, Dataview, frontmatter, canvas. 40 tools, 19 MCP prompts, 612 tests, SLSA-3, semver-bound. Works with Claude Code, Claude Desktop, Cursor, ChatGPT custom GPT, Codex, and any MCP client.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "enquire-mcp": "dist/index.js"
@@ -38,11 +38,15 @@
38
38
  "keywords": [
39
39
  "obsidian",
40
40
  "obsidian-md",
41
+ "obsidian-mcp",
41
42
  "mcp",
43
+ "mcp-server",
42
44
  "model-context-protocol",
43
45
  "claude",
44
46
  "claude-code",
47
+ "claude-desktop",
45
48
  "cursor",
49
+ "chatgpt",
46
50
  "openclaw",
47
51
  "codex",
48
52
  "enquire",
@@ -51,11 +55,42 @@
51
55
  "backlinks",
52
56
  "frontmatter",
53
57
  "dataview",
58
+ "canvas",
54
59
  "markdown",
55
60
  "pkm",
56
61
  "knowledge-management",
57
62
  "ai-agent",
58
- "hypertext"
63
+ "ai-search",
64
+ "hypertext",
65
+ "rag",
66
+ "retrieval-augmented-generation",
67
+ "hyde",
68
+ "hypothetical-document-embeddings",
69
+ "agentic-rag",
70
+ "sub-question-decomposition",
71
+ "hybrid-retrieval",
72
+ "semantic-search",
73
+ "vector-search",
74
+ "vector-database",
75
+ "embeddings",
76
+ "bm25",
77
+ "fts5",
78
+ "tf-idf",
79
+ "rrf",
80
+ "reciprocal-rank-fusion",
81
+ "hnsw",
82
+ "cross-encoder",
83
+ "reranker",
84
+ "bge",
85
+ "huggingface",
86
+ "transformers",
87
+ "multilingual",
88
+ "pdf",
89
+ "ocr",
90
+ "tesseract",
91
+ "streamable-http",
92
+ "remote-mcp",
93
+ "slsa-3"
59
94
  ],
60
95
  "author": "Alex (@OomkaBear)",
61
96
  "license": "MIT",