@mcp-use/cli 2.18.2 → 2.18.3-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.js CHANGED
@@ -5556,6 +5556,7 @@ program.command("build").description("Build TypeScript and MCP UI widgets").opti
5556
5556
  if (options.withInspector) {
5557
5557
  console.log(source_default.gray(" Inspector included"));
5558
5558
  }
5559
+ process.exit(0);
5559
5560
  } catch (error) {
5560
5561
  console.error(source_default.red("Build failed:"), error);
5561
5562
  process.exit(1);