memex-mvp 0.5.1 → 0.5.2

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "memex-mvp",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Local-first MCP server for cross-agent AI memory. One SQLite + FTS5 corpus across Claude Code, Cowork, Cursor, Continue, Zed, Obsidian, and Telegram — passively captured, verbatim, searchable from any MCP-compatible client.",
5
5
  "type": "module",
6
6
  "main": "server.js",
7
7
  "bin": {
8
8
  "memex": "./server.js",
9
+ "memex-mvp": "./ingest.js",
9
10
  "memex-sync": "./ingest.js",
10
11
  "memex-ingest": "./ingest.js",
11
12
  "memex-bot": "./bot/index.js"