@neruva/mcp 0.31.4 → 0.31.5

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neruva/mcp",
3
- "version": "0.31.4",
3
+ "version": "0.31.5",
4
4
  "description": "Autonomous memory + reliability for AI agents -- one command, zero tools to learn. A native Rust hook (full-takeover mode) silently records everything your agent does, surfaces relevant PAST MISTAKES before each action, and -- new in the bundled v0.32 binary -- BLOCKS the agent from repeating a known destructive mistake so it self-corrects from past learning (default-on, autonomous deny, no human prompt). Push not pull: it works in the background, fast, with no MCP tool-calling required. INSTALL: npx -p @neruva/mcp neruva-mcp-install (wires the complete auto-pilot -- per-turn recall, code-graph, consistency, secret redaction, recording, enforcing mistake-recall -- with ZERO Python and ZERO daemon). Native binary bundled for all 6 platforms (~1.5-2MB). The MCP server is INCLUDED as an OPTIONAL explicit interface (npx -y -p @neruva/mcp@latest neruva-mcp) for clients that want to call tools directly: typed Records, 6 KG engines, federated agent_recall, code_kg_* navigation, .neruva V3 container -- but the product is the auto/silent binary, not the tool surface. Substrate stays deterministic + $0/call. Free tier, no card.",
5
5
  "license": "MIT",
6
6
  "type": "module",