@memoire-ai/mcp-runtime 0.1.1 → 0.1.3

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @memoire-ai/mcp-runtime@0.1.0 build /Users/dekai/Documents/esprit/Memoire/packages/mcp-runtime
2
+ > @memoire-ai/mcp-runtime@0.1.2 build /Users/dekai/Documents/esprit/Memoire/packages/mcp-runtime
3
3
  > tsc
4
4
 
@@ -1,8 +1,8 @@
1
1
 
2
- > @memoire/mcp-runtime@0.1.0 test /Users/dekai/Documents/esprit/Memoire/packages/mcp-runtime
2
+ > @memoire-ai/mcp-runtime@0.1.2 test /Users/dekai/Documents/esprit/Memoire/packages/mcp-runtime
3
3
  > node --test dist/*.test.js
4
4
 
5
- ✔ handoff MCP tools save, list, and fetch shared handoffs (16.080292ms)
5
+ ✔ handoff MCP tools save, list, and fetch shared handoffs (29.880416ms)
6
6
  ℹ tests 1
7
7
  ℹ suites 0
8
8
  ℹ pass 1
@@ -10,4 +10,4 @@
10
10
  ℹ cancelled 0
11
11
  ℹ skipped 0
12
12
  ℹ todo 0
13
- ℹ duration_ms 271.757875
13
+ ℹ duration_ms 323.416875
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memoire-ai/mcp-runtime",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -10,19 +10,19 @@
10
10
  "import": "./dist/index.js"
11
11
  }
12
12
  },
13
- "scripts": {
14
- "build": "tsc",
15
- "dev": "tsc --watch",
16
- "test": "node --test dist/*.test.js"
17
- },
18
13
  "dependencies": {
19
- "@memoire-ai/sdk": "workspace:*",
20
- "@memoire-ai/shared": "workspace:*",
21
14
  "@modelcontextprotocol/sdk": "^1.25.0",
22
- "zod": "^3.24.0"
15
+ "zod": "^3.24.0",
16
+ "@memoire-ai/sdk": "0.1.3",
17
+ "@memoire-ai/shared": "0.1.3"
23
18
  },
24
19
  "devDependencies": {
25
20
  "@types/node": "^20.0.0",
26
21
  "typescript": "^5.7.0"
22
+ },
23
+ "scripts": {
24
+ "build": "tsc",
25
+ "dev": "tsc --watch",
26
+ "test": "node --test dist/*.test.js"
27
27
  }
28
- }
28
+ }