@lucern/mcp 1.0.6 → 1.0.8

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": 1780006312653
44
+ "signedAt": 1780023663394
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/mcp",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Lucern standalone MCP server — pack-aware with per-user auth",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -54,9 +54,9 @@
54
54
  "typecheck": "tsc --project tsconfig.json --noEmit"
55
55
  },
56
56
  "dependencies": {
57
- "@lucern/cli": "1.0.6",
58
- "@lucern/contracts": "1.0.6",
59
- "@lucern/sdk": "1.0.6",
57
+ "@lucern/cli": "1.0.8",
58
+ "@lucern/contracts": "1.0.8",
59
+ "@lucern/sdk": "1.0.8",
60
60
  "@modelcontextprotocol/sdk": "^1.26.0",
61
61
  "dotenv": "^16.4.5",
62
62
  "permitio": "2.7.5",
@@ -77,6 +77,6 @@
77
77
  "epistemic"
78
78
  ],
79
79
  "peerDependencies": {
80
- "@lucern/sdk": "1.0.6"
80
+ "@lucern/sdk": "1.0.8"
81
81
  }
82
82
  }