@vheins/local-memory-mcp 0.3.26 → 0.3.27

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,6 +63,16 @@ This method ensures the fastest startup times and maximum reliability for daily
63
63
 
64
64
  Visualize and manage your Agent's memory through a modern web interface.
65
65
 
66
+ ````carousel
67
+ ![Dashboard Overview](docs/screenshots/dashboard.png)
68
+ <!-- slide -->
69
+ ![Memories Management](docs/screenshots/memories.png)
70
+ <!-- slide -->
71
+ ![Task Tracking](docs/screenshots/tasks.png)
72
+ <!-- slide -->
73
+ ![Available Tools & Reference](docs/screenshots/reference.png)
74
+ ````
75
+
66
76
  ### How to Run
67
77
  ```bash
68
78
  local-memory-mcp dashboard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",