@lucern/mcp 0.3.0-alpha.13 → 0.3.0-alpha.14

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 CHANGED
@@ -28021,7 +28021,7 @@ function createToolRegistryClient(config = {}) {
28021
28021
  }
28022
28022
 
28023
28023
  // ../sdk/src/version.ts
28024
- var LUCERN_SDK_VERSION = "0.3.0-alpha.13";
28024
+ var LUCERN_SDK_VERSION = "0.3.0-alpha.14";
28025
28025
 
28026
28026
  // ../sdk/src/workflowClient.ts
28027
28027
  function normalizeLensQuery(value) {
@@ -34948,7 +34948,7 @@ function createLucernStandaloneMcpServer(options) {
34948
34948
  });
34949
34949
  const server = new McpServer({
34950
34950
  name: "lucern-mcp",
34951
- version: "0.3.0-alpha.13"
34951
+ version: "0.3.0-alpha.14"
34952
34952
  });
34953
34953
  registerTools(server, runtime);
34954
34954
  const resources = registerResources(server, runtime, observationStore);