claude-self-reflect 2.5.16 → 2.5.17

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.
@@ -110,7 +110,7 @@ services:
110
110
  - MAX_CONCURRENT_QDRANT=2 # Limit concurrent Qdrant operations
111
111
  - IMPORT_FREQUENCY=15 # Check every 15 seconds instead of 1
112
112
  - BATCH_SIZE=3 # Process only 3 files at a time
113
- - MEMORY_LIMIT_MB=400 # Tight memory limit
113
+ - MEMORY_LIMIT_MB=600 # Memory limit (increased from 400MB for stability)
114
114
  - MAX_QUEUE_SIZE=100 # Limit queue size
115
115
  - MAX_BACKLOG_HOURS=24 # Alert if backlog > 24 hours
116
116
  - QDRANT_TIMEOUT=10 # 10 second timeout for Qdrant ops
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "claude-self-reflect-mcp"
3
- version = "2.5.16"
3
+ version = "2.5.17"
4
4
  description = "MCP server for Claude self-reflection with memory decay"
5
5
  # readme = "README.md"
6
6
  requires-python = ">=3.10"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-self-reflect",
3
- "version": "2.5.16",
3
+ "version": "2.5.17",
4
4
  "description": "Give Claude perfect memory of all your conversations - Installation wizard for Python MCP server",
5
5
  "keywords": [
6
6
  "claude",