claude-conversation-memory-mcp 1.1.0 → 1.1.1

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.
@@ -19,7 +19,7 @@ export class ConversationMemoryServer {
19
19
  constructor() {
20
20
  this.server = new Server({
21
21
  name: "claude-conversation-memory",
22
- version: "1.1.0",
22
+ version: "1.1.1",
23
23
  }, {
24
24
  capabilities: {
25
25
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-conversation-memory-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "MCP server for indexing and searching Claude Code conversation history with decision tracking, git integration, and project migration/merge",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -83,7 +83,7 @@
83
83
  "typescript": "^5.7.3"
84
84
  },
85
85
  "engines": {
86
- "node": ">=18.0.0"
86
+ "node": ">=20.0.0"
87
87
  },
88
88
  "lint-staged": {
89
89
  "*.ts": [