@carrierllc/mcp 0.9.0 → 0.9.2
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/{chunk-VACB3Z5V.js → chunk-4XHSOF62.js} +4 -3
- package/dist/chunk-4XHSOF62.js.map +1 -0
- package/dist/cli.js +38 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +540 -242
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
- package/dist/chunk-VACB3Z5V.js.map +0 -1
|
@@ -1792,7 +1792,7 @@ function storefrontScreen(input) {
|
|
|
1792
1792
|
// package.json
|
|
1793
1793
|
var package_default = {
|
|
1794
1794
|
name: "@carrierllc/mcp",
|
|
1795
|
-
version: "0.9.
|
|
1795
|
+
version: "0.9.2",
|
|
1796
1796
|
description: "Carrier MCP \u2014 natural-language control of MVNO/eSIM fleets via eSIMVault OCS. Stdio mode for direct integration with Claude Desktop, Cursor, Windsurf, and MCP-compatible clients. Ships the `carrier` CLI (plugin install + white-label eSIM storefront scaffold).",
|
|
1797
1797
|
license: "MIT",
|
|
1798
1798
|
author: "Carrier (Lifecycle Innovations Limited)",
|
|
@@ -1822,7 +1822,8 @@ var package_default = {
|
|
|
1822
1822
|
"type-check": "tsc --noEmit",
|
|
1823
1823
|
lint: "eslint src",
|
|
1824
1824
|
prepublishOnly: "pnpm run build",
|
|
1825
|
-
test: "
|
|
1825
|
+
"build:test": "tsup --config tsup.test.config.ts",
|
|
1826
|
+
test: "pnpm run build && pnpm run build:test && node --test test/*.test.js",
|
|
1826
1827
|
"check:pack": "node scripts/check-pack-size.mjs",
|
|
1827
1828
|
"generate:domains": "node scripts/generate-domains.mjs"
|
|
1828
1829
|
},
|
|
@@ -2568,4 +2569,4 @@ export {
|
|
|
2568
2569
|
storefrontScreen,
|
|
2569
2570
|
CARRIER_VERSION
|
|
2570
2571
|
};
|
|
2571
|
-
//# sourceMappingURL=chunk-
|
|
2572
|
+
//# sourceMappingURL=chunk-4XHSOF62.js.map
|