@carrierllc/mcp 0.8.0 → 0.9.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/{chunk-JROD4YAU.js → chunk-V4CYEMLJ.js} +3 -2
- package/dist/chunk-V4CYEMLJ.js.map +1 -0
- package/dist/cli.js +38 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +496 -204
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/dist/chunk-JROD4YAU.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.
|
|
1795
|
+
version: "0.9.1",
|
|
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)",
|
|
@@ -1846,6 +1846,7 @@ var package_default = {
|
|
|
1846
1846
|
eslint: "^9.39.4",
|
|
1847
1847
|
tsup: "^8.5.1",
|
|
1848
1848
|
typescript: "^5.9.3",
|
|
1849
|
+
"@carrier/ai": "workspace:*",
|
|
1849
1850
|
"@carrier/ocs-client": "workspace:*",
|
|
1850
1851
|
"@carrier/ocs-spec": "workspace:*",
|
|
1851
1852
|
"@carrier/screens": "workspace:*"
|
|
@@ -2567,4 +2568,4 @@ export {
|
|
|
2567
2568
|
storefrontScreen,
|
|
2568
2569
|
CARRIER_VERSION
|
|
2569
2570
|
};
|
|
2570
|
-
//# sourceMappingURL=chunk-
|
|
2571
|
+
//# sourceMappingURL=chunk-V4CYEMLJ.js.map
|