@mcp-use/cli 2.19.1-canary.0 → 2.20.0-canary.1

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
@@ -23,7 +23,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
23
23
  mod
24
24
  ));
25
25
 
26
- // ../../node_modules/.pnpm/tsup@8.5.1_jiti@2.6.1_postcss@8.5.6_tsx@4.21.0_typescript@5.9.3_yaml@2.8.2/node_modules/tsup/assets/cjs_shims.js
26
+ // ../../node_modules/.pnpm/tsup@8.5.1_jiti@2.6.1_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.2/node_modules/tsup/assets/cjs_shims.js
27
27
  var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.tagName.toUpperCase() === "SCRIPT" ? document.currentScript.src : new URL("main.js", document.baseURI).href;
28
28
  var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
29
29
 
@@ -5373,7 +5373,7 @@ export default {
5373
5373
  // Source maps can use eval-based mappings which break strict CSP policies
5374
5374
  sourcemap: false,
5375
5375
  // Minify for smaller bundle size
5376
- minify: "esbuild",
5376
+ minify: true,
5377
5377
  // Widgets bundle React+Zod; suppress expected chunk size warning
5378
5378
  chunkSizeWarningLimit: 1024,
5379
5379
  // For inline builds, disable CSS code splitting and inline all assets
@@ -5382,7 +5382,7 @@ export default {
5382
5382
  assetsInlineLimit: 1e8
5383
5383
  // Inline all assets under 100MB (effectively all)
5384
5384
  } : {},
5385
- rollupOptions: {
5385
+ rolldownOptions: {
5386
5386
  input: import_node_path8.default.join(tempDir, "index.html"),
5387
5387
  external: (id) => {
5388
5388
  return false;