@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.
@@ -10604,7 +10604,7 @@ function createToolRegistryClient(config = {}) {
10604
10604
  }
10605
10605
 
10606
10606
  // ../sdk/src/version.ts
10607
- var LUCERN_SDK_VERSION = "1.0.9";
10607
+ var LUCERN_SDK_VERSION = "1.0.10";
10608
10608
 
10609
10609
  // ../sdk/src/workflowClient.ts
10610
10610
  function normalizeLensQuery(value) {
@@ -37605,7 +37605,7 @@ function createLucernStandaloneMcpServer(options) {
37605
37605
  });
37606
37606
  const server = new McpServer({
37607
37607
  name: "lucern-mcp",
37608
- version: "1.0.9"
37608
+ version: "1.0.10"
37609
37609
  });
37610
37610
  registerTools(server, runtime);
37611
37611
  const resources = registerResources(server, runtime, observationStore);