@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.
package/dist/index.js CHANGED
@@ -32601,7 +32601,7 @@ function createToolRegistryClient(config = {}) {
32601
32601
  }
32602
32602
 
32603
32603
  // ../sdk/src/version.ts
32604
- var LUCERN_SDK_VERSION = "1.0.9";
32604
+ var LUCERN_SDK_VERSION = "1.0.10";
32605
32605
 
32606
32606
  // ../sdk/src/workflowClient.ts
32607
32607
  function normalizeLensQuery(value) {
@@ -37936,7 +37936,7 @@ function createLucernStandaloneMcpServer(options) {
37936
37936
  });
37937
37937
  const server = new McpServer({
37938
37938
  name: "lucern-mcp",
37939
- version: "1.0.9"
37939
+ version: "1.0.10"
37940
37940
  });
37941
37941
  registerTools(server, runtime);
37942
37942
  const resources = registerResources(server, runtime, observationStore);