@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.cjs CHANGED
@@ -6500,7 +6500,8 @@ async function transpileWithEsbuild(projectPath) {
6500
6500
  entryPoints: files.map((f) => import_node_path9.default.join(projectPath, f)),
6501
6501
  outdir: import_node_path9.default.join(projectPath, outDir),
6502
6502
  outbase,
6503
- bundle: false,
6503
+ bundle: true,
6504
+ packages: "external",
6504
6505
  format,
6505
6506
  target,
6506
6507
  jsx,