@mcp-use/cli 2.19.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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
// ../../node_modules/.pnpm/tsup@8.5.1_jiti@2.6.1_postcss@8.5.
|
|
3
|
+
// ../../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/esm_shims.js
|
|
4
4
|
import path from "path";
|
|
5
5
|
import { fileURLToPath } from "url";
|
|
6
6
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -5355,7 +5355,7 @@ export default {
|
|
|
5355
5355
|
// Source maps can use eval-based mappings which break strict CSP policies
|
|
5356
5356
|
sourcemap: false,
|
|
5357
5357
|
// Minify for smaller bundle size
|
|
5358
|
-
minify:
|
|
5358
|
+
minify: true,
|
|
5359
5359
|
// Widgets bundle React+Zod; suppress expected chunk size warning
|
|
5360
5360
|
chunkSizeWarningLimit: 1024,
|
|
5361
5361
|
// For inline builds, disable CSS code splitting and inline all assets
|
|
@@ -5364,7 +5364,7 @@ export default {
|
|
|
5364
5364
|
assetsInlineLimit: 1e8
|
|
5365
5365
|
// Inline all assets under 100MB (effectively all)
|
|
5366
5366
|
} : {},
|
|
5367
|
-
|
|
5367
|
+
rolldownOptions: {
|
|
5368
5368
|
input: path7.join(tempDir, "index.html"),
|
|
5369
5369
|
external: (id) => {
|
|
5370
5370
|
return false;
|