@carrierllc/mcp 0.0.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.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/index.js +1 -0
  3. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @carrier/mcp
2
+
3
+ Placeholder. Carrier MCP server for natural-language control of MVNO/eSIM fleets is coming.
4
+
5
+ Track: https://carrier.llc · https://mcp.carrier.llc
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // placeholder
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@carrierllc/mcp",
3
+ "version": "0.0.1",
4
+ "description": "Carrier MCP — natural language control of MVNO/eSIM fleets. Real package coming soon.",
5
+ "license": "MIT",
6
+ "author": "Carrier (Lifecycle Innovations Limited)",
7
+ "homepage": "https://carrier.llc",
8
+ "main": "index.js",
9
+ "files": ["index.js","README.md"],
10
+ "keywords": ["mcp","model-context-protocol","esim","mvno","carrier","fleet-management"]
11
+ }