@mcp-use/cli 2.18.2 → 2.18.3-canary.0

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
@@ -5574,6 +5574,7 @@ program.command("build").description("Build TypeScript and MCP UI widgets").opti
5574
5574
  if (options.withInspector) {
5575
5575
  console.log(source_default.gray(" Inspector included"));
5576
5576
  }
5577
+ process.exit(0);
5577
5578
  } catch (error) {
5578
5579
  console.error(source_default.red("Build failed:"), error);
5579
5580
  process.exit(1);