@carrierllc/mcp 0.7.1 → 0.8.0
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.
|
@@ -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.8.0",
|
|
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)",
|
|
@@ -1874,7 +1874,7 @@ var package_default = {
|
|
|
1874
1874
|
// src/version.ts
|
|
1875
1875
|
var CARRIER_VERSION = package_default.version;
|
|
1876
1876
|
|
|
1877
|
-
// ../../packages/ocs-client/dist/chunk-
|
|
1877
|
+
// ../../packages/ocs-client/dist/chunk-EUYDFZ33.js
|
|
1878
1878
|
var ENDPOINT_LIMITS_PER_MIN = {
|
|
1879
1879
|
// Global sentinel (keyed as "__global__")
|
|
1880
1880
|
__global__: 600,
|
|
@@ -2567,4 +2567,4 @@ export {
|
|
|
2567
2567
|
storefrontScreen,
|
|
2568
2568
|
CARRIER_VERSION
|
|
2569
2569
|
};
|
|
2570
|
-
//# sourceMappingURL=chunk-
|
|
2570
|
+
//# sourceMappingURL=chunk-JROD4YAU.js.map
|