@lucern/mcp 1.0.2 → 1.0.3

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/index.js CHANGED
@@ -31996,7 +31996,7 @@ function createToolRegistryClient(config = {}) {
31996
31996
  }
31997
31997
 
31998
31998
  // ../sdk/src/version.ts
31999
- var LUCERN_SDK_VERSION = "1.0.2";
31999
+ var LUCERN_SDK_VERSION = "1.0.3";
32000
32000
 
32001
32001
  // ../sdk/src/workflowClient.ts
32002
32002
  function normalizeLensQuery(value) {
@@ -37238,7 +37238,7 @@ function createLucernStandaloneMcpServer(options) {
37238
37238
  });
37239
37239
  const server = new McpServer({
37240
37240
  name: "lucern-mcp",
37241
- version: "1.0.2"
37241
+ version: "1.0.3"
37242
37242
  });
37243
37243
  registerTools(server, runtime);
37244
37244
  const resources = registerResources(server, runtime, observationStore);