@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/hosted-route.js
CHANGED
|
@@ -10602,7 +10602,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
10602
10602
|
}
|
|
10603
10603
|
|
|
10604
10604
|
// ../sdk/src/version.ts
|
|
10605
|
-
var LUCERN_SDK_VERSION = "1.0.
|
|
10605
|
+
var LUCERN_SDK_VERSION = "1.0.6";
|
|
10606
10606
|
|
|
10607
10607
|
// ../sdk/src/workflowClient.ts
|
|
10608
10608
|
function normalizeLensQuery(value) {
|
|
@@ -37593,7 +37593,7 @@ function createLucernStandaloneMcpServer(options) {
|
|
|
37593
37593
|
});
|
|
37594
37594
|
const server = new McpServer({
|
|
37595
37595
|
name: "lucern-mcp",
|
|
37596
|
-
version: "1.0.
|
|
37596
|
+
version: "1.0.6"
|
|
37597
37597
|
});
|
|
37598
37598
|
registerTools(server, runtime);
|
|
37599
37599
|
const resources = registerResources(server, runtime, observationStore);
|