@mcp-use/cli 3.1.1-canary.2 → 3.1.1-canary.4

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
@@ -6480,7 +6480,8 @@ async function transpileWithEsbuild(projectPath) {
6480
6480
  entryPoints: files.map((f) => path8.join(projectPath, f)),
6481
6481
  outdir: path8.join(projectPath, outDir),
6482
6482
  outbase,
6483
- bundle: false,
6483
+ bundle: true,
6484
+ packages: "external",
6484
6485
  format,
6485
6486
  target,
6486
6487
  jsx,