@prmichaelsen/remember-mcp 3.15.5 → 3.15.6

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.
@@ -2866,7 +2866,7 @@ var MemoryService = class {
2866
2866
  if (input.ghost_context) {
2867
2867
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
2868
2868
  }
2869
- if (!input.ghost_context?.include_ghost_content) {
2869
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
2870
2870
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
2871
2871
  }
2872
2872
  if (!input.filters?.types?.includes("rem")) {
@@ -2915,7 +2915,7 @@ var MemoryService = class {
2915
2915
  if (input.ghost_context) {
2916
2916
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
2917
2917
  }
2918
- if (!input.ghost_context?.include_ghost_content) {
2918
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
2919
2919
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
2920
2920
  }
2921
2921
  if (!input.filters?.types?.includes("rem")) {
@@ -2958,7 +2958,7 @@ var MemoryService = class {
2958
2958
  if (input.ghost_context) {
2959
2959
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
2960
2960
  }
2961
- if (!input.ghost_context?.include_ghost_content) {
2961
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
2962
2962
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
2963
2963
  }
2964
2964
  if (!input.filters?.types?.includes("rem")) {
@@ -3006,7 +3006,7 @@ var MemoryService = class {
3006
3006
  if (input.ghost_context) {
3007
3007
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3008
3008
  }
3009
- if (!input.ghost_context?.include_ghost_content) {
3009
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3010
3010
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3011
3011
  }
3012
3012
  if (!input.filters?.types?.includes("rem")) {
@@ -3049,7 +3049,7 @@ var MemoryService = class {
3049
3049
  if (input.ghost_context) {
3050
3050
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3051
3051
  }
3052
- if (!input.ghost_context?.include_ghost_content) {
3052
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3053
3053
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3054
3054
  }
3055
3055
  if (!input.filters?.types?.includes("rem")) {
@@ -3151,7 +3151,7 @@ var MemoryService = class {
3151
3151
  if (input.ghost_context) {
3152
3152
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3153
3153
  }
3154
- if (!input.ghost_context?.include_ghost_content) {
3154
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3155
3155
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3156
3156
  }
3157
3157
  if (!input.filters?.types?.includes("rem")) {
@@ -3213,7 +3213,7 @@ var MemoryService = class {
3213
3213
  if (input.ghost_context) {
3214
3214
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3215
3215
  }
3216
- if (!input.ghost_context?.include_ghost_content) {
3216
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3217
3217
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3218
3218
  }
3219
3219
  if (!input.filters?.types?.includes("rem")) {
@@ -3259,7 +3259,7 @@ var MemoryService = class {
3259
3259
  if (input.ghost_context) {
3260
3260
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3261
3261
  }
3262
- if (!input.ghost_context?.include_ghost_content) {
3262
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3263
3263
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3264
3264
  }
3265
3265
  if (!input.filters?.types?.includes("rem")) {
@@ -3321,7 +3321,7 @@ var MemoryService = class {
3321
3321
  if (input.ghost_context) {
3322
3322
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3323
3323
  }
3324
- if (!input.ghost_context?.include_ghost_content) {
3324
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3325
3325
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3326
3326
  }
3327
3327
  if (!input.filters?.types?.includes("rem")) {
@@ -3424,7 +3424,7 @@ var MemoryService = class {
3424
3424
  if (input.ghost_context) {
3425
3425
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3426
3426
  }
3427
- if (!input.ghost_context?.include_ghost_content) {
3427
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3428
3428
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3429
3429
  }
3430
3430
  if (!input.filters?.types?.includes("rem")) {
package/dist/server.js CHANGED
@@ -2870,7 +2870,7 @@ var MemoryService = class {
2870
2870
  if (input.ghost_context) {
2871
2871
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
2872
2872
  }
2873
- if (!input.ghost_context?.include_ghost_content) {
2873
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
2874
2874
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
2875
2875
  }
2876
2876
  if (!input.filters?.types?.includes("rem")) {
@@ -2919,7 +2919,7 @@ var MemoryService = class {
2919
2919
  if (input.ghost_context) {
2920
2920
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
2921
2921
  }
2922
- if (!input.ghost_context?.include_ghost_content) {
2922
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
2923
2923
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
2924
2924
  }
2925
2925
  if (!input.filters?.types?.includes("rem")) {
@@ -2962,7 +2962,7 @@ var MemoryService = class {
2962
2962
  if (input.ghost_context) {
2963
2963
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
2964
2964
  }
2965
- if (!input.ghost_context?.include_ghost_content) {
2965
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
2966
2966
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
2967
2967
  }
2968
2968
  if (!input.filters?.types?.includes("rem")) {
@@ -3010,7 +3010,7 @@ var MemoryService = class {
3010
3010
  if (input.ghost_context) {
3011
3011
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3012
3012
  }
3013
- if (!input.ghost_context?.include_ghost_content) {
3013
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3014
3014
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3015
3015
  }
3016
3016
  if (!input.filters?.types?.includes("rem")) {
@@ -3053,7 +3053,7 @@ var MemoryService = class {
3053
3053
  if (input.ghost_context) {
3054
3054
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3055
3055
  }
3056
- if (!input.ghost_context?.include_ghost_content) {
3056
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3057
3057
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3058
3058
  }
3059
3059
  if (!input.filters?.types?.includes("rem")) {
@@ -3155,7 +3155,7 @@ var MemoryService = class {
3155
3155
  if (input.ghost_context) {
3156
3156
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3157
3157
  }
3158
- if (!input.ghost_context?.include_ghost_content) {
3158
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3159
3159
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3160
3160
  }
3161
3161
  if (!input.filters?.types?.includes("rem")) {
@@ -3217,7 +3217,7 @@ var MemoryService = class {
3217
3217
  if (input.ghost_context) {
3218
3218
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3219
3219
  }
3220
- if (!input.ghost_context?.include_ghost_content) {
3220
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3221
3221
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3222
3222
  }
3223
3223
  if (!input.filters?.types?.includes("rem")) {
@@ -3263,7 +3263,7 @@ var MemoryService = class {
3263
3263
  if (input.ghost_context) {
3264
3264
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3265
3265
  }
3266
- if (!input.ghost_context?.include_ghost_content) {
3266
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3267
3267
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3268
3268
  }
3269
3269
  if (!input.filters?.types?.includes("rem")) {
@@ -3325,7 +3325,7 @@ var MemoryService = class {
3325
3325
  if (input.ghost_context) {
3326
3326
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3327
3327
  }
3328
- if (!input.ghost_context?.include_ghost_content) {
3328
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3329
3329
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3330
3330
  }
3331
3331
  if (!input.filters?.types?.includes("rem")) {
@@ -3428,7 +3428,7 @@ var MemoryService = class {
3428
3428
  if (input.ghost_context) {
3429
3429
  ghostFilters.push(buildTrustFilter(this.collection, input.ghost_context.accessor_trust_level));
3430
3430
  }
3431
- if (!input.ghost_context?.include_ghost_content) {
3431
+ if (!input.ghost_context?.include_ghost_content && !input.filters?.types?.includes("ghost")) {
3432
3432
  ghostFilters.push(this.collection.filter.byProperty("content_type").notEqual("ghost"));
3433
3433
  }
3434
3434
  if (!input.filters?.types?.includes("rem")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prmichaelsen/remember-mcp",
3
- "version": "3.15.5",
3
+ "version": "3.15.6",
4
4
  "description": "Multi-tenant memory system MCP server with vector search and relationships",
5
5
  "main": "dist/server.js",
6
6
  "type": "module",
@@ -52,7 +52,7 @@
52
52
  "@modelcontextprotocol/sdk": "^1.0.4",
53
53
  "@prmichaelsen/firebase-admin-sdk-v8": "^2.2.0",
54
54
  "@prmichaelsen/mcp-auth": "^7.0.4",
55
- "@prmichaelsen/remember-core": "^0.44.1",
55
+ "@prmichaelsen/remember-core": "^0.45.0",
56
56
  "dotenv": "^16.4.5",
57
57
  "uuid": "^13.0.0",
58
58
  "weaviate-client": "^3.2.0"