@danielsimonjr/memory-mcp 12.2.3 → 12.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 (158) hide show
  1. package/README.md +88 -102
  2. package/dist/index.js +6 -0
  3. package/dist/server/toolDefinitions.d.ts.map +1 -1
  4. package/dist/server/toolDefinitions.js +745 -3
  5. package/dist/server/toolHandlers.d.ts +1 -9
  6. package/dist/server/toolHandlers.d.ts.map +1 -1
  7. package/dist/server/toolHandlers.js +859 -11
  8. package/package.json +9 -6
  9. package/dist/core/EntityManager.d.ts +0 -263
  10. package/dist/core/EntityManager.d.ts.map +0 -1
  11. package/dist/core/EntityManager.js +0 -478
  12. package/dist/core/GraphStorage.d.ts +0 -344
  13. package/dist/core/GraphStorage.d.ts.map +0 -1
  14. package/dist/core/GraphStorage.js +0 -708
  15. package/dist/core/GraphTraversal.d.ts +0 -136
  16. package/dist/core/GraphTraversal.d.ts.map +0 -1
  17. package/dist/core/GraphTraversal.js +0 -556
  18. package/dist/core/HierarchyManager.d.ts +0 -111
  19. package/dist/core/HierarchyManager.d.ts.map +0 -1
  20. package/dist/core/HierarchyManager.js +0 -224
  21. package/dist/core/ManagerContext.d.ts +0 -72
  22. package/dist/core/ManagerContext.d.ts.map +0 -1
  23. package/dist/core/ManagerContext.js +0 -118
  24. package/dist/core/ObservationManager.d.ts +0 -85
  25. package/dist/core/ObservationManager.d.ts.map +0 -1
  26. package/dist/core/ObservationManager.js +0 -123
  27. package/dist/core/RelationManager.d.ts +0 -131
  28. package/dist/core/RelationManager.d.ts.map +0 -1
  29. package/dist/core/RelationManager.js +0 -210
  30. package/dist/core/SQLiteStorage.d.ts +0 -354
  31. package/dist/core/SQLiteStorage.d.ts.map +0 -1
  32. package/dist/core/SQLiteStorage.js +0 -917
  33. package/dist/core/StorageFactory.d.ts +0 -45
  34. package/dist/core/StorageFactory.d.ts.map +0 -1
  35. package/dist/core/StorageFactory.js +0 -64
  36. package/dist/core/TransactionManager.d.ts +0 -259
  37. package/dist/core/TransactionManager.d.ts.map +0 -1
  38. package/dist/core/TransactionManager.js +0 -392
  39. package/dist/core/index.d.ts +0 -16
  40. package/dist/core/index.d.ts.map +0 -1
  41. package/dist/core/index.js +0 -17
  42. package/dist/features/AnalyticsManager.d.ts +0 -44
  43. package/dist/features/AnalyticsManager.d.ts.map +0 -1
  44. package/dist/features/AnalyticsManager.js +0 -223
  45. package/dist/features/ArchiveManager.d.ts +0 -121
  46. package/dist/features/ArchiveManager.d.ts.map +0 -1
  47. package/dist/features/ArchiveManager.js +0 -240
  48. package/dist/features/CompressionManager.d.ts +0 -109
  49. package/dist/features/CompressionManager.d.ts.map +0 -1
  50. package/dist/features/CompressionManager.js +0 -404
  51. package/dist/features/IOManager.d.ts +0 -221
  52. package/dist/features/IOManager.d.ts.map +0 -1
  53. package/dist/features/IOManager.js +0 -997
  54. package/dist/features/StreamingExporter.d.ts +0 -105
  55. package/dist/features/StreamingExporter.d.ts.map +0 -1
  56. package/dist/features/StreamingExporter.js +0 -150
  57. package/dist/features/TagManager.d.ts +0 -147
  58. package/dist/features/TagManager.d.ts.map +0 -1
  59. package/dist/features/TagManager.js +0 -210
  60. package/dist/features/index.d.ts +0 -12
  61. package/dist/features/index.d.ts.map +0 -1
  62. package/dist/features/index.js +0 -11
  63. package/dist/search/BasicSearch.d.ts +0 -51
  64. package/dist/search/BasicSearch.d.ts.map +0 -1
  65. package/dist/search/BasicSearch.js +0 -137
  66. package/dist/search/BooleanSearch.d.ts +0 -98
  67. package/dist/search/BooleanSearch.d.ts.map +0 -1
  68. package/dist/search/BooleanSearch.js +0 -430
  69. package/dist/search/EmbeddingService.d.ts +0 -178
  70. package/dist/search/EmbeddingService.d.ts.map +0 -1
  71. package/dist/search/EmbeddingService.js +0 -358
  72. package/dist/search/FuzzySearch.d.ts +0 -118
  73. package/dist/search/FuzzySearch.d.ts.map +0 -1
  74. package/dist/search/FuzzySearch.js +0 -312
  75. package/dist/search/RankedSearch.d.ts +0 -71
  76. package/dist/search/RankedSearch.d.ts.map +0 -1
  77. package/dist/search/RankedSearch.js +0 -238
  78. package/dist/search/SavedSearchManager.d.ts +0 -79
  79. package/dist/search/SavedSearchManager.d.ts.map +0 -1
  80. package/dist/search/SavedSearchManager.js +0 -145
  81. package/dist/search/SearchFilterChain.d.ts +0 -120
  82. package/dist/search/SearchFilterChain.d.ts.map +0 -1
  83. package/dist/search/SearchFilterChain.js +0 -185
  84. package/dist/search/SearchManager.d.ts +0 -285
  85. package/dist/search/SearchManager.d.ts.map +0 -1
  86. package/dist/search/SearchManager.js +0 -338
  87. package/dist/search/SearchSuggestions.d.ts +0 -27
  88. package/dist/search/SearchSuggestions.d.ts.map +0 -1
  89. package/dist/search/SearchSuggestions.js +0 -57
  90. package/dist/search/SemanticSearch.d.ts +0 -146
  91. package/dist/search/SemanticSearch.d.ts.map +0 -1
  92. package/dist/search/SemanticSearch.js +0 -313
  93. package/dist/search/TFIDFIndexManager.d.ts +0 -63
  94. package/dist/search/TFIDFIndexManager.d.ts.map +0 -1
  95. package/dist/search/TFIDFIndexManager.js +0 -215
  96. package/dist/search/VectorStore.d.ts +0 -235
  97. package/dist/search/VectorStore.d.ts.map +0 -1
  98. package/dist/search/VectorStore.js +0 -311
  99. package/dist/search/index.d.ts +0 -18
  100. package/dist/search/index.d.ts.map +0 -1
  101. package/dist/search/index.js +0 -21
  102. package/dist/types/index.d.ts +0 -13
  103. package/dist/types/index.d.ts.map +0 -1
  104. package/dist/types/index.js +0 -12
  105. package/dist/types/types.d.ts +0 -1234
  106. package/dist/types/types.d.ts.map +0 -1
  107. package/dist/types/types.js +0 -9
  108. package/dist/utils/compressedCache.d.ts +0 -192
  109. package/dist/utils/compressedCache.d.ts.map +0 -1
  110. package/dist/utils/compressedCache.js +0 -309
  111. package/dist/utils/compressionUtil.d.ts +0 -214
  112. package/dist/utils/compressionUtil.d.ts.map +0 -1
  113. package/dist/utils/compressionUtil.js +0 -247
  114. package/dist/utils/constants.d.ts +0 -245
  115. package/dist/utils/constants.d.ts.map +0 -1
  116. package/dist/utils/constants.js +0 -252
  117. package/dist/utils/entityUtils.d.ts +0 -321
  118. package/dist/utils/entityUtils.d.ts.map +0 -1
  119. package/dist/utils/entityUtils.js +0 -538
  120. package/dist/utils/errors.d.ts +0 -77
  121. package/dist/utils/errors.d.ts.map +0 -1
  122. package/dist/utils/errors.js +0 -121
  123. package/dist/utils/formatters.d.ts +0 -145
  124. package/dist/utils/formatters.d.ts.map +0 -1
  125. package/dist/utils/formatters.js +0 -132
  126. package/dist/utils/index.d.ts +0 -22
  127. package/dist/utils/index.d.ts.map +0 -1
  128. package/dist/utils/index.js +0 -75
  129. package/dist/utils/indexes.d.ts +0 -270
  130. package/dist/utils/indexes.d.ts.map +0 -1
  131. package/dist/utils/indexes.js +0 -526
  132. package/dist/utils/logger.d.ts +0 -24
  133. package/dist/utils/logger.d.ts.map +0 -1
  134. package/dist/utils/logger.js +0 -33
  135. package/dist/utils/parallelUtils.d.ts +0 -72
  136. package/dist/utils/parallelUtils.d.ts.map +0 -1
  137. package/dist/utils/parallelUtils.js +0 -169
  138. package/dist/utils/schemas.d.ts +0 -374
  139. package/dist/utils/schemas.d.ts.map +0 -1
  140. package/dist/utils/schemas.js +0 -484
  141. package/dist/utils/searchAlgorithms.d.ts +0 -99
  142. package/dist/utils/searchAlgorithms.d.ts.map +0 -1
  143. package/dist/utils/searchAlgorithms.js +0 -167
  144. package/dist/utils/searchCache.d.ts +0 -108
  145. package/dist/utils/searchCache.d.ts.map +0 -1
  146. package/dist/utils/searchCache.js +0 -209
  147. package/dist/utils/taskScheduler.d.ts +0 -290
  148. package/dist/utils/taskScheduler.d.ts.map +0 -1
  149. package/dist/utils/taskScheduler.js +0 -466
  150. package/dist/workers/WorkerPool.d.ts +0 -81
  151. package/dist/workers/WorkerPool.d.ts.map +0 -1
  152. package/dist/workers/WorkerPool.js +0 -121
  153. package/dist/workers/index.d.ts +0 -12
  154. package/dist/workers/index.d.ts.map +0 -1
  155. package/dist/workers/index.js +0 -9
  156. package/dist/workers/levenshteinWorker.d.ts +0 -60
  157. package/dist/workers/levenshteinWorker.d.ts.map +0 -1
  158. package/dist/workers/levenshteinWorker.js +0 -98
@@ -1,321 +0,0 @@
1
- /**
2
- * Entity Utilities
3
- *
4
- * Consolidated module for entity-related utilities including:
5
- * - Entity lookup and manipulation functions
6
- * - Tag normalization and matching
7
- * - Date parsing and validation
8
- * - Entity filtering by various criteria
9
- * - Path utilities and validation
10
- *
11
- * @module utils/entityUtils
12
- */
13
- import type { Entity, KnowledgeGraph } from '../types/index.js';
14
- /**
15
- * Finds an entity by name in the graph.
16
- * Overloaded to provide type-safe returns based on throwIfNotFound parameter.
17
- *
18
- * @param graph - The knowledge graph to search
19
- * @param name - The entity name to find
20
- * @param throwIfNotFound - Whether to throw if entity doesn't exist (default: true)
21
- * @returns The entity if found, null if not found and throwIfNotFound is false
22
- * @throws EntityNotFoundError if entity not found and throwIfNotFound is true
23
- */
24
- export declare function findEntityByName(graph: KnowledgeGraph, name: string, throwIfNotFound: true): Entity;
25
- export declare function findEntityByName(graph: KnowledgeGraph, name: string, throwIfNotFound: false): Entity | null;
26
- export declare function findEntityByName(graph: KnowledgeGraph, name: string, throwIfNotFound?: boolean): Entity | null;
27
- /**
28
- * Finds multiple entities by name.
29
- *
30
- * @param graph - The knowledge graph to search
31
- * @param names - Array of entity names to find
32
- * @param throwIfAnyNotFound - Whether to throw if any entity doesn't exist (default: true)
33
- * @returns Array of found entities (may be shorter than names if throwIfAnyNotFound is false)
34
- * @throws EntityNotFoundError if any entity not found and throwIfAnyNotFound is true
35
- */
36
- export declare function findEntitiesByNames(graph: KnowledgeGraph, names: string[], throwIfAnyNotFound?: boolean): Entity[];
37
- /**
38
- * Checks if an entity exists in the graph.
39
- *
40
- * @param graph - The knowledge graph to search
41
- * @param name - The entity name to check
42
- * @returns true if entity exists, false otherwise
43
- */
44
- export declare function entityExists(graph: KnowledgeGraph, name: string): boolean;
45
- /**
46
- * Gets the index of an entity in the graph's entities array.
47
- *
48
- * @param graph - The knowledge graph to search
49
- * @param name - The entity name to find
50
- * @returns The index if found, -1 otherwise
51
- */
52
- export declare function getEntityIndex(graph: KnowledgeGraph, name: string): number;
53
- /**
54
- * Removes an entity from the graph by name.
55
- * Mutates the graph's entities array in place.
56
- *
57
- * @param graph - The knowledge graph to modify
58
- * @param name - The entity name to remove
59
- * @returns true if entity was removed, false if not found
60
- */
61
- export declare function removeEntityByName(graph: KnowledgeGraph, name: string): boolean;
62
- /**
63
- * Gets all entity names as a Set for fast lookup.
64
- *
65
- * @param graph - The knowledge graph
66
- * @returns Set of all entity names
67
- */
68
- export declare function getEntityNameSet(graph: KnowledgeGraph): Set<string>;
69
- /**
70
- * Groups entities by their type.
71
- *
72
- * @param entities - Array of entities to group
73
- * @returns Map of entity type to array of entities
74
- */
75
- export declare function groupEntitiesByType(entities: Entity[]): Map<string, Entity[]>;
76
- /**
77
- * Updates the lastModified timestamp on an entity.
78
- * Mutates the entity in place.
79
- *
80
- * @param entity - The entity to update
81
- * @returns The updated entity (same reference)
82
- */
83
- export declare function touchEntity(entity: Entity): Entity;
84
- /**
85
- * Normalizes a single tag to lowercase and trimmed.
86
- *
87
- * @param tag - Tag to normalize
88
- * @returns Normalized tag
89
- */
90
- export declare function normalizeTag(tag: string): string;
91
- /**
92
- * Normalizes an array of tags to lowercase.
93
- * Handles undefined/null input gracefully.
94
- *
95
- * @param tags - Array of tags to normalize, or undefined
96
- * @returns Normalized tags array, or empty array if input is undefined/null
97
- */
98
- export declare function normalizeTags(tags: string[] | undefined | null): string[];
99
- /**
100
- * Checks if an entity's tags include any of the specified search tags.
101
- * Both inputs are normalized before comparison.
102
- *
103
- * @param entityTags - Tags on the entity (may be undefined)
104
- * @param searchTags - Tags to search for (may be undefined)
105
- * @returns true if any search tag matches any entity tag, false if no match or either is empty
106
- */
107
- export declare function hasMatchingTag(entityTags: string[] | undefined, searchTags: string[] | undefined): boolean;
108
- /**
109
- * Checks if entity tags include ALL of the specified required tags.
110
- *
111
- * @param entityTags - Tags on the entity (may be undefined)
112
- * @param requiredTags - All tags that must be present
113
- * @returns true if all required tags are present
114
- */
115
- export declare function hasAllTags(entityTags: string[] | undefined, requiredTags: string[]): boolean;
116
- /**
117
- * Filters entities by tag match.
118
- * Returns all entities if searchTags is empty or undefined.
119
- *
120
- * @param entities - Array of entities with optional tags property
121
- * @param searchTags - Tags to filter by
122
- * @returns Filtered entities that have at least one matching tag
123
- */
124
- export declare function filterByTags<T extends {
125
- tags?: string[];
126
- }>(entities: T[], searchTags: string[] | undefined): T[];
127
- /**
128
- * Adds new tags to an existing tag array, avoiding duplicates.
129
- * All tags are normalized to lowercase.
130
- *
131
- * @param existingTags - Current tags (may be undefined)
132
- * @param newTags - Tags to add
133
- * @returns Combined tags array with no duplicates
134
- */
135
- export declare function addUniqueTags(existingTags: string[] | undefined, newTags: string[]): string[];
136
- /**
137
- * Removes specified tags from an existing tag array.
138
- * Comparison is case-insensitive.
139
- *
140
- * @param existingTags - Current tags (may be undefined)
141
- * @param tagsToRemove - Tags to remove
142
- * @returns Tags array with specified tags removed
143
- */
144
- export declare function removeTags(existingTags: string[] | undefined, tagsToRemove: string[]): string[];
145
- /**
146
- * Check if a date falls within a specified range.
147
- *
148
- * @param date - ISO 8601 date string to check (may be undefined)
149
- * @param start - Optional start date (inclusive)
150
- * @param end - Optional end date (inclusive)
151
- * @returns True if date is within range or no filters are set
152
- *
153
- * @example
154
- * ```typescript
155
- * isWithinDateRange('2024-06-15T00:00:00Z', '2024-01-01T00:00:00Z', '2024-12-31T23:59:59Z'); // true
156
- * isWithinDateRange('2024-06-15T00:00:00Z', '2024-07-01T00:00:00Z'); // false
157
- * isWithinDateRange(undefined); // true (no filters)
158
- * isWithinDateRange(undefined, '2024-01-01T00:00:00Z'); // false (has filter but no date)
159
- * ```
160
- */
161
- export declare function isWithinDateRange(date: string | undefined, start?: string, end?: string): boolean;
162
- /**
163
- * Parse and validate date range strings.
164
- *
165
- * @param startDate - Optional ISO 8601 start date
166
- * @param endDate - Optional ISO 8601 end date
167
- * @returns Parsed Date objects or null
168
- */
169
- export declare function parseDateRange(startDate?: string, endDate?: string): {
170
- start: Date | null;
171
- end: Date | null;
172
- };
173
- /**
174
- * Validate if a string is a valid ISO 8601 date.
175
- *
176
- * @param date - Date string to validate
177
- * @returns True if valid ISO 8601 date
178
- */
179
- export declare function isValidISODate(date: string): boolean;
180
- /**
181
- * Get current timestamp in ISO 8601 format.
182
- *
183
- * @returns Current timestamp string
184
- */
185
- export declare function getCurrentTimestamp(): string;
186
- /**
187
- * Checks if an entity's importance is within the specified range.
188
- * Entities without importance are treated as not matching if any filter is set.
189
- *
190
- * @param importance - The entity's importance value (may be undefined)
191
- * @param minImportance - Minimum importance filter (inclusive)
192
- * @param maxImportance - Maximum importance filter (inclusive)
193
- * @returns true if importance is within range or no filters are set
194
- *
195
- * @example
196
- * ```typescript
197
- * // Check if entity passes importance filter
198
- * if (isWithinImportanceRange(entity.importance, 5, 10)) {
199
- * // Entity has importance between 5 and 10
200
- * }
201
- * ```
202
- */
203
- export declare function isWithinImportanceRange(importance: number | undefined, minImportance?: number, maxImportance?: number): boolean;
204
- /**
205
- * Filters entities by importance range.
206
- * Returns all entities if no importance filters are specified.
207
- *
208
- * @param entities - Array of entities to filter
209
- * @param minImportance - Minimum importance filter (inclusive)
210
- * @param maxImportance - Maximum importance filter (inclusive)
211
- * @returns Filtered entities within the importance range
212
- */
213
- export declare function filterByImportance(entities: Entity[], minImportance?: number, maxImportance?: number): Entity[];
214
- /**
215
- * Filters entities by creation date range.
216
- *
217
- * @param entities - Array of entities to filter
218
- * @param startDate - Start of date range (inclusive)
219
- * @param endDate - End of date range (inclusive)
220
- * @returns Filtered entities created within the date range
221
- */
222
- export declare function filterByCreatedDate(entities: Entity[], startDate?: string, endDate?: string): Entity[];
223
- /**
224
- * Filters entities by last modified date range.
225
- *
226
- * @param entities - Array of entities to filter
227
- * @param startDate - Start of date range (inclusive)
228
- * @param endDate - End of date range (inclusive)
229
- * @returns Filtered entities modified within the date range
230
- */
231
- export declare function filterByModifiedDate(entities: Entity[], startDate?: string, endDate?: string): Entity[];
232
- /**
233
- * Filters entities by entity type.
234
- *
235
- * @param entities - Array of entities to filter
236
- * @param entityType - Entity type to filter by (case-sensitive)
237
- * @returns Filtered entities of the specified type
238
- */
239
- export declare function filterByEntityType(entities: Entity[], entityType?: string): Entity[];
240
- /**
241
- * Common search filters that can be applied to entities.
242
- */
243
- export interface CommonSearchFilters {
244
- tags?: string[];
245
- minImportance?: number;
246
- maxImportance?: number;
247
- entityType?: string;
248
- createdAfter?: string;
249
- createdBefore?: string;
250
- modifiedAfter?: string;
251
- modifiedBefore?: string;
252
- }
253
- /**
254
- * Checks if an entity passes all the specified filters.
255
- * Short-circuits on first failing filter for performance.
256
- *
257
- * Note: Tag filtering should be handled separately using hasMatchingTag
258
- * as it requires special normalization logic.
259
- *
260
- * @param entity - Entity to check
261
- * @param filters - Filters to apply
262
- * @returns true if entity passes all filters
263
- */
264
- export declare function entityPassesFilters(entity: Entity, filters: Omit<CommonSearchFilters, 'tags'>): boolean;
265
- /**
266
- * Validate and normalize a file path to prevent path traversal attacks.
267
- *
268
- * This function:
269
- * - Normalizes the path to canonical form
270
- * - Converts relative paths to absolute paths
271
- * - Detects and prevents path traversal attempts (..)
272
- *
273
- * @param filePath - The file path to validate
274
- * @param baseDir - Optional base directory for relative paths (defaults to process.cwd())
275
- * @returns Validated absolute file path
276
- * @throws {FileOperationError} If path traversal is detected or path is invalid
277
- *
278
- * @example
279
- * ```typescript
280
- * // Valid paths
281
- * validateFilePath('/var/data/memory.jsonl'); // Returns absolute path
282
- * validateFilePath('data/memory.jsonl'); // Returns absolute path from cwd
283
- *
284
- * // Invalid paths (throws FileOperationError)
285
- * validateFilePath('../../../etc/passwd'); // Path traversal detected
286
- * validateFilePath('/var/data/../../../etc/passwd'); // Path traversal detected
287
- * ```
288
- */
289
- export declare function validateFilePath(filePath: string, baseDir?: string): string;
290
- /**
291
- * Default memory file path (in same directory as compiled code).
292
- */
293
- export declare const defaultMemoryPath: string;
294
- /**
295
- * Ensure memory file path with backward compatibility migration.
296
- *
297
- * Handles:
298
- * 1. Custom MEMORY_FILE_PATH environment variable (with path traversal protection)
299
- * 2. Backward compatibility: migrates memory.json to memory.jsonl
300
- * 3. Absolute vs relative path resolution
301
- *
302
- * @returns Resolved and validated memory file path
303
- * @throws {FileOperationError} If path traversal is detected in MEMORY_FILE_PATH
304
- *
305
- * @example
306
- * ```typescript
307
- * // Use environment variable
308
- * process.env.MEMORY_FILE_PATH = '/data/memory.jsonl';
309
- * const path = await ensureMemoryFilePath(); // '/data/memory.jsonl'
310
- *
311
- * // Use default path
312
- * delete process.env.MEMORY_FILE_PATH;
313
- * const path = await ensureMemoryFilePath(); // './memory.jsonl'
314
- *
315
- * // Invalid path (throws error)
316
- * process.env.MEMORY_FILE_PATH = '../../../etc/passwd';
317
- * await ensureMemoryFilePath(); // Throws FileOperationError
318
- * ```
319
- */
320
- export declare function ensureMemoryFilePath(): Promise<string>;
321
- //# sourceMappingURL=entityUtils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"entityUtils.d.ts","sourceRoot":"","sources":["../../src/utils/entityUtils.ts"],"names":[],"mappings":"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"}