@neruva/mcp 0.44.0 → 0.45.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neruva/mcp",
3
- "version": "0.44.0",
3
+ "version": "0.45.0",
4
4
  "description": "Reliability for AI agents and agent swarms -- one command. A native Rust hook silently records what your agent does, surfaces past MISTAKES before each action (and blocks repeating a known destructive one so it self-corrects), breaks loops, and reuses what already worked -- so agents stop repeating mistakes, stop spinning, and get more reliable the longer they run. Every run is deterministic and byte-identical replayable for audit. Push not pull: it works in the background, fast, no tool-calling required. INSTALL: npx -p @neruva/mcp neruva-mcp-install. Native binary bundled for all 6 platforms. Optional MCP server (typed Records, memory recall, .neruva portable container) for clients that want direct tool access. Bring your LLM. Free tier, no card.",
5
5
  "license": "MIT",
6
6
  "type": "module",