@shodh/memory-mcp 0.1.4 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
- # Shodh-Memory MCP Server
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/varun29ankuS/shodh-memory/main/assets/logo.png" width="120" alt="Shodh-Memory">
3
+ </p>
2
4
 
3
- Persistent AI memory with semantic search. Store observations, decisions, learnings, and recall them across sessions.
5
+ <h1 align="center">Shodh-Memory MCP Server</h1>
6
+
7
+ <p align="center">Persistent AI memory with semantic search. Store observations, decisions, learnings, and recall them across sessions.</p>
4
8
 
5
9
  ## Features
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shodh/memory-mcp",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "mcpName": "io.github.varun29ankuS/shodh-memory",
5
5
  "description": "MCP server for persistent AI memory - store and recall context across sessions",
6
6
  "type": "module",