@lucern/mcp 1.0.5 → 1.0.6
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
|
@@ -32465,7 +32465,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
32465
32465
|
}
|
|
32466
32466
|
|
|
32467
32467
|
// ../sdk/src/version.ts
|
|
32468
|
-
var LUCERN_SDK_VERSION = "1.0.
|
|
32468
|
+
var LUCERN_SDK_VERSION = "1.0.6";
|
|
32469
32469
|
|
|
32470
32470
|
// ../sdk/src/workflowClient.ts
|
|
32471
32471
|
function normalizeLensQuery(value) {
|
|
@@ -37900,7 +37900,7 @@ function createLucernStandaloneMcpServer(options) {
|
|
|
37900
37900
|
});
|
|
37901
37901
|
const server = new McpServer({
|
|
37902
37902
|
name: "lucern-mcp",
|
|
37903
|
-
version: "1.0.
|
|
37903
|
+
version: "1.0.6"
|
|
37904
37904
|
});
|
|
37905
37905
|
registerTools(server, runtime);
|
|
37906
37906
|
const resources = registerResources(server, runtime, observationStore);
|