@veolab/discoverylab 0.1.8 → 0.1.9

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
@@ -11,7 +11,7 @@ program.command("serve").description("Start the DiscoveryLab web UI server").opt
11
11
  console.log(chalk.cyan("\n DiscoveryLab"));
12
12
  console.log(chalk.gray(" AI-powered app testing & evidence generator\n"));
13
13
  try {
14
- const { startServer } = await import("./server-M7LDYKAJ.js");
14
+ const { startServer } = await import("./server-JSCHEBOD.js");
15
15
  await startServer(port);
16
16
  console.log(chalk.green(` Server running at http://localhost:${port}`));
17
17
  console.log(chalk.gray(" Press Ctrl+C to stop\n"));
@@ -111,7 +111,7 @@ program.command("mcp").description("Run as MCP server (for Claude Code integrati
111
111
  const { getDatabase } = await import("./db-IWIL65EX.js");
112
112
  getDatabase();
113
113
  const { mcpServer } = await import("./server-3FBHBA7L.js");
114
- const { uiTools, projectTools, setupTools, captureTools, analyzeTools, canvasTools, exportTools, testingTools, integrationTools } = await import("./tools-75BAPCUM.js");
114
+ const { uiTools, projectTools, setupTools, captureTools, analyzeTools, canvasTools, exportTools, testingTools, integrationTools } = await import("./tools-NFJEZ2FF.js");
115
115
  mcpServer.registerTools([
116
116
  ...uiTools,
117
117
  ...projectTools,