@carrierllc/mcp 0.9.1 → 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carrierllc/mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"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).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Carrier (Lifecycle Innovations Limited)",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"type-check": "tsc --noEmit",
|
|
31
31
|
"lint": "eslint src",
|
|
32
32
|
"prepublishOnly": "pnpm run build",
|
|
33
|
-
"test": "
|
|
33
|
+
"build:test": "tsup --config tsup.test.config.ts",
|
|
34
|
+
"test": "pnpm run build && pnpm run build:test && node --test test/*.test.js",
|
|
34
35
|
"check:pack": "node scripts/check-pack-size.mjs",
|
|
35
36
|
"generate:domains": "node scripts/generate-domains.mjs"
|
|
36
37
|
},
|