@prmichaelsen/remember-mcp 2.0.4 → 2.0.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.
@@ -378,6 +378,22 @@ progress:
378
378
  overall: 50%
379
379
 
380
380
  recent_work:
381
+ - date: 2026-02-15
382
+ description: All Production Error Tasks COMPLETED (Tasks 23-25)
383
+ items:
384
+ - 🎉 Task 25 (Fix Update Memory Errors) COMPLETED!
385
+ - 🎉 Task 23 (Fix Relationship Creation Errors) COMPLETED!
386
+ - 🎉 Task 24 (Fix Weaviate Filter Path Error) COMPLETED!
387
+ - ✅ All 3 production error categories addressed
388
+ - ✅ Enhanced error logging across all affected tools
389
+ - ✅ Standardized error handling with handleToolError
390
+ - ✅ Added detailed context to all error messages
391
+ - ✅ Fixed critical Weaviate v3 filter API bug
392
+ - ✅ All 53 tests passing
393
+ - ✅ TypeScript compiles without errors
394
+ - ✅ Build successful
395
+ - 📊 Production errors should now have actionable diagnostics
396
+
381
397
  - date: 2026-02-15
382
398
  description: Task 24 COMPLETED - Fixed Weaviate Filter Path Error
383
399
  items:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prmichaelsen/remember-mcp",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Multi-tenant memory system MCP server with vector search and relationships",
5
5
  "main": "dist/server.js",
6
6
  "type": "module",