@carrierllc/mcp 0.11.9 → 0.11.10

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/cli.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  verifyStorefront,
40
40
  walletScreen,
41
41
  which
42
- } from "./chunk-BPCTRBF3.js";
42
+ } from "./chunk-GJNSX4J7.js";
43
43
  import {
44
44
  copyTree,
45
45
  exists,
@@ -4812,7 +4812,7 @@ connectCmd.command("status").description("Show the authenticated operator's Stri
4812
4812
  p3.outro("");
4813
4813
  }
4814
4814
  });
4815
- connectCmd.command("begin").description("Start or resume Stripe Connect onboarding and open the secure Stripe flow.").option("--type <type>", "Connected account type: express or standard", "express").option("--no-open", "Print the onboarding URL instead of opening it").action(async (opts) => {
4815
+ connectCmd.command("begin").description("Start or resume Stripe Connect onboarding and open the secure Stripe flow.").option("--type <type>", "express = new Stripe + KYC; standard = OAuth onto an existing verified Stripe", "standard").option("--no-open", "Print the onboarding URL instead of opening it").action(async (opts) => {
4816
4816
  header();
4817
4817
  if (!["express", "standard"].includes(opts.type)) {
4818
4818
  p3.log.error("--type must be express or standard");