@neruva/mcp 0.16.2 → 0.16.3
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/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @neruva/mcp
|
|
2
2
|
|
|
3
|
-
MCP server for [Neruva](https://neruva.io) —
|
|
3
|
+
MCP server for [Neruva](https://neruva.io) — memory + reasoning substrate for AI agents. Knowledge graph (5 engines), Pearl do-operator, HD analogy, episodic CBR, deterministic replay. Drop into Claude Code / Cursor / Codex / Gemini CLI in one line.
|
|
4
|
+
|
|
5
|
+
> **For Claude Code users:** see [neruva.io/claude-code](https://neruva.io/claude-code) for the 30-second install + first-queries to try.
|
|
4
6
|
|
|
5
7
|
## What's new in 0.16
|
|
6
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neruva/mcp",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.3",
|
|
4
4
|
"description": "MCP server for Neruva agent memory: typed Records (decisions/mistakes/tool_calls/llm_turns, auto-embedded), 5-engine knowledge graph (Hadamard / OPB / multi-shard / quorum / feature-bundle) with managed or BYO-LLM extraction, federated agent_remember/recall/context with question-type dispatch, Pearl's do-operator causal queries, HD analogy, concept blending with provenance, CBR episode store, provable replay via agent_snapshot/restore, quorum anomaly detection, fact invalidation, portable .neruva container, sub-100ms p95. Drop-in for Claude Code / Cursor / Codex / Gemini CLI. LangChain / LangGraph / CrewAI adapters available.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|