@carrierllc/mcp 0.7.1 → 0.9.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.
- package/dist/{chunk-2TLBS4AR.js → chunk-VACB3Z5V.js} +4 -3
- package/dist/chunk-VACB3Z5V.js.map +1 -0
- package/dist/cli.js +395 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.js +414 -165
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/dist/chunk-2TLBS4AR.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.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)",
|
|
@@ -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:*"
|
|
@@ -1874,7 +1875,7 @@ var package_default = {
|
|
|
1874
1875
|
// src/version.ts
|
|
1875
1876
|
var CARRIER_VERSION = package_default.version;
|
|
1876
1877
|
|
|
1877
|
-
// ../../packages/ocs-client/dist/chunk-
|
|
1878
|
+
// ../../packages/ocs-client/dist/chunk-EUYDFZ33.js
|
|
1878
1879
|
var ENDPOINT_LIMITS_PER_MIN = {
|
|
1879
1880
|
// Global sentinel (keyed as "__global__")
|
|
1880
1881
|
__global__: 600,
|
|
@@ -2567,4 +2568,4 @@ export {
|
|
|
2567
2568
|
storefrontScreen,
|
|
2568
2569
|
CARRIER_VERSION
|
|
2569
2570
|
};
|
|
2570
|
-
//# sourceMappingURL=chunk-
|
|
2571
|
+
//# sourceMappingURL=chunk-VACB3Z5V.js.map
|