remem-mcp 0.6.1 → 0.6.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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -194,6 +194,7 @@ All settings have defaults. Config file is optional: `~/.config/remem-mcp/config
194
194
  | DB path | `REMEM_DB_PATH` | `~/.local/share/remem-mcp/memory.db` |
195
195
  | Cross-project memory | `REMEM_GLOBAL_SESSION_KEY` | _(unset)_ |
196
196
  | Cross-project errors | `REMEM_GLOBAL_ERRORS` | _(unset, set to `1`)_ |
197
+ | Auto-global classification | `auto_global=true` on capture | _(off)_ |
197
198
  | Suppress hook feedback | `REMEM_QUIET` | _(unset, set to `1`)_ |
198
199
  | Retro window (days) | `REMEM_RETRO_DAYS` | `7` |
199
200
  | Core-only mode (disable advanced tools) | `REMEM_CORE_ONLY` | _(unset, set to `1`)_ |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "remem-mcp",
3
3
  "mcpName": "io.github.tinhien11/remem-mcp",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "description": "Long-term memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file. Auto-recall, auto-capture, no API key, no cloud.",
6
6
  "type": "module",
7
7
  "license": "MIT",