@lucern/mcp 1.0.44 → 1.0.45

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.
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1782518734160
44
+ "signedAt": 1782528918158
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/mcp",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "Lucern standalone MCP server — pack-aware with per-user auth",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -54,11 +54,11 @@
54
54
  "typecheck": "tsc --project tsconfig.json --noEmit"
55
55
  },
56
56
  "dependencies": {
57
- "@lucern/cli": "1.0.44",
58
- "@lucern/contracts": "1.0.44",
59
- "@lucern/reasoning-kernel": "1.0.44",
60
- "@lucern/sdk": "1.0.44",
61
- "@lucern/secrets": "1.0.44",
57
+ "@lucern/cli": "1.0.45",
58
+ "@lucern/contracts": "1.0.45",
59
+ "@lucern/reasoning-kernel": "1.0.45",
60
+ "@lucern/sdk": "1.0.45",
61
+ "@lucern/secrets": "1.0.45",
62
62
  "@modelcontextprotocol/sdk": "^1.26.0",
63
63
  "dotenv": "^16.4.5",
64
64
  "effect": "^3.21.2",