@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/chunk-4MS6YW2B.js +6490 -0
- package/dist/chunk-7NP64TGJ.js +6822 -0
- package/dist/chunk-AATLY4KT.js +6505 -0
- package/dist/chunk-D25V6IWE.js +6487 -0
- package/dist/chunk-JY3KC67R.js +6504 -0
- package/dist/chunk-NBAUZ7X2.js +1336 -0
- package/dist/chunk-OVCQGF2J.js +1321 -0
- package/dist/chunk-SWSEKFON.js +6487 -0
- package/dist/chunk-Y5VDMSYC.js +6701 -0
- package/dist/chunk-YUBL36H4.js +6605 -0
- package/dist/chunk-YWVXFVSW.js +6456 -0
- package/dist/chunk-ZXZACOLD.js +6822 -0
- package/dist/cli.js +2 -2
- package/dist/index.html +437 -66
- package/dist/index.js +3 -3
- package/dist/server-2NGD7GE3.js +13 -0
- package/dist/server-4LDOB3NX.js +13 -0
- package/dist/server-73ORHMJN.js +13 -0
- package/dist/server-CFS5SM5K.js +13 -0
- package/dist/server-JSCHEBOD.js +13 -0
- package/dist/server-RNQ7VUAL.js +13 -0
- package/dist/server-SUN3W2YK.js +13 -0
- package/dist/server-YT2UGEZK.js +13 -0
- package/dist/tools-HP5MNY3D.js +177 -0
- package/dist/tools-NFJEZ2FF.js +177 -0
- package/package.json +1 -1
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-
|
|
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-
|
|
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,
|