@lucern/mcp 1.0.9 → 1.0.10
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.
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/gateway.js +1 -1
- package/dist/gateway.js.map +1 -1
- package/dist/hosted-route.js +2 -2
- package/dist/hosted-route.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -32477,7 +32477,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
32477
32477
|
}
|
|
32478
32478
|
|
|
32479
32479
|
// ../sdk/src/version.ts
|
|
32480
|
-
var LUCERN_SDK_VERSION = "1.0.
|
|
32480
|
+
var LUCERN_SDK_VERSION = "1.0.10";
|
|
32481
32481
|
|
|
32482
32482
|
// ../sdk/src/workflowClient.ts
|
|
32483
32483
|
function normalizeLensQuery(value) {
|
|
@@ -37912,7 +37912,7 @@ function createLucernStandaloneMcpServer(options) {
|
|
|
37912
37912
|
});
|
|
37913
37913
|
const server = new McpServer({
|
|
37914
37914
|
name: "lucern-mcp",
|
|
37915
|
-
version: "1.0.
|
|
37915
|
+
version: "1.0.10"
|
|
37916
37916
|
});
|
|
37917
37917
|
registerTools(server, runtime);
|
|
37918
37918
|
const resources = registerResources(server, runtime, observationStore);
|