@carrierllc/mcp 0.9.2 → 0.9.3
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/README.md +5 -5
- package/dist/{chunk-4XHSOF62.js → chunk-KHNJNJX3.js} +325 -4
- package/dist/chunk-KHNJNJX3.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.js +318 -196
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/plugin/carrier/README.md +1 -1
- package/dist/chunk-4XHSOF62.js.map +0 -1
package/dist/cli.js
CHANGED
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
verifyStorefront,
|
|
40
40
|
walletScreen,
|
|
41
41
|
which
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-KHNJNJX3.js";
|
|
43
43
|
import {
|
|
44
44
|
copyTree,
|
|
45
45
|
exists,
|
|
@@ -4224,7 +4224,7 @@ async function doPluginInstall() {
|
|
|
4224
4224
|
} catch (e) {
|
|
4225
4225
|
s.stop("Install failed");
|
|
4226
4226
|
fail(String(e instanceof Error ? e.message : e), [
|
|
4227
|
-
"Reinstall the package: npm i -g @carrierllc/mcp (or npx @carrierllc/mcp)",
|
|
4227
|
+
"Reinstall the package: npm i -g @carrierllc/mcp (or npx -y -p @carrierllc/mcp carrier plugin install)",
|
|
4228
4228
|
"Or finish manually with the commands under `carrier plugin install` help",
|
|
4229
4229
|
`Sign up anytime: ${SIGN_UP_URL}`
|
|
4230
4230
|
]);
|