superlocalmemory 2.7.4 → 2.7.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.
- package/README.md +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://superlocalmemory.com/assets/
|
|
2
|
+
<img src="https://superlocalmemory.com/assets/logo-mark.png" alt="SuperLocalMemory V2" width="200"/>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">SuperLocalMemory V2</h1>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superlocalmemory",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.5",
|
|
4
4
|
"description": "Your AI Finally Remembers You - Local-first intelligent memory system for AI assistants. Works with Claude, Cursor, Windsurf, VS Code/Copilot, Codex, and 17+ AI tools. 100% local, zero cloud dependencies.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-memory",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"url": "https://github.com/varun369/SuperLocalMemoryV2.git"
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://superlocalmemory.com",
|
|
38
|
+
"mcpName": "io.github.varun369/superlocalmemory",
|
|
38
39
|
"bugs": {
|
|
39
40
|
"url": "https://github.com/varun369/SuperLocalMemoryV2/issues"
|
|
40
41
|
},
|