@danielsimonjr/memory-mcp 0.7.0 → 0.7.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/dist/index.js +0 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -841,7 +841,6 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
841
841
  additionalProperties: false,
842
842
  },
843
843
  },
844
- ,
845
844
  {
846
845
  name: "search_by_date_range",
847
846
  description: "Search for entities and relations within a specific date range, optionally filtered by entity type and tags. Uses createdAt or lastModified timestamps.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielsimonjr/memory-mcp",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "Enhanced MCP memory server with timestamps, tags, importance, search, and export (JSON/CSV/GraphML)",
5
5
  "license": "MIT",
6
6
  "author": "Daniel Simon Jr. (https://github.com/danielsimonjr)",
@@ -36,7 +36,7 @@
36
36
  "test": "vitest run --coverage"
37
37
  },
38
38
  "dependencies": {
39
- "@modelcontextprotocol/sdk": "^1.19.1"
39
+ "@modelcontextprotocol/sdk": "^1.21.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^22",