local-memory-mcp 1.1.3 → 1.1.4
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Local Memory MCP Server
|
|
2
2
|
|
|
3
|
-
**Version 1.1.
|
|
3
|
+
**Version 1.1.4** - Critical NPM package binary fix. All platform binaries now include working setup command + all v1.1.3 features (license/terms integration, security fixes).
|
|
4
4
|
|
|
5
5
|
Local Memory transforms AI interactions with persistent, searchable memory that grows smarter over time. This package provides everything needed for production deployments with Claude Desktop, Cursor, and other MCP-compatible tools.
|
|
6
6
|
|
|
@@ -14,10 +14,12 @@ Local Memory transforms AI interactions with persistent, searchable memory that
|
|
|
14
14
|
- **Enterprise Scale**: Handles millions of memories with cross-session knowledge sharing
|
|
15
15
|
- **Commercial License**: Includes terms and support options
|
|
16
16
|
|
|
17
|
-
## Recent Updates (v1.1.
|
|
17
|
+
## Recent Updates (v1.1.4)
|
|
18
18
|
|
|
19
|
-
**Critical
|
|
20
|
-
|
|
19
|
+
**Critical NPM Package Binary Fix (v1.1.4)**
|
|
20
|
+
|
|
21
|
+
**Problem**: NPM package v1.1.3 had outdated binaries missing the setup command
|
|
22
|
+
**Solution**: Updated all platform binaries with working setup command + full v1.1.3 feature set
|
|
21
23
|
|
|
22
24
|
**Problem**: Customer reported "it never prompted me for my key or to accept license as described in docs" - critical first-run experience issue
|
|
23
25
|
**Root Cause**: License/terms functionality existed but was only accessible via explicit CLI commands, NOT integrated into first-run onboarding flow
|
package/bin/local-memory
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-memory-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Local Memory MCP Server - AI-powered persistent memory system for Claude Code, Claude Desktop, Gemini, Codex, OpenCode and other MCP-compatible tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|