@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.
@@ -10542,7 +10542,7 @@ function createToolRegistryClient(config = {}) {
10542
10542
  }
10543
10543
 
10544
10544
  // ../sdk/src/version.ts
10545
- var LUCERN_SDK_VERSION = "1.0.2";
10545
+ var LUCERN_SDK_VERSION = "1.0.3";
10546
10546
 
10547
10547
  // ../sdk/src/workflowClient.ts
10548
10548
  function normalizeLensQuery(value) {
@@ -36907,7 +36907,7 @@ function createLucernStandaloneMcpServer(options) {
36907
36907
  });
36908
36908
  const server = new McpServer({
36909
36909
  name: "lucern-mcp",
36910
- version: "1.0.2"
36910
+ version: "1.0.3"
36911
36911
  });
36912
36912
  registerTools(server, runtime);
36913
36913
  const resources = registerResources(server, runtime, observationStore);