@smsmasivos/mcp-server 0.2.0 → 0.2.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/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @smsmasivos/mcp-server
2
2
 
3
- MCP server para [SMS Masivos](https://www.smsmasivos.com.mx) — plataforma de SMS masivos para Mexico y LATAM.
3
+ MCP server para [SMS Masivos](https://www.smsmasivos.com.mx) — plataforma de SMS masivos para Mexico.
4
4
 
5
- Permite a Claude, Cursor, Windsurf y cualquier MCP client enviar SMS, consultar creditos, gestionar contactos y verificar numeros de telefono usando lenguaje natural.
5
+ Permite a Claude, Cursor, Windsurf y cualquier MCP client enviar SMS a numeros mexicanos, consultar creditos, gestionar contactos y verificar numeros de telefono usando lenguaje natural.
6
6
 
7
7
  ## Instalacion
8
8
 
package/dist/stdio.js CHANGED
@@ -9,8 +9,8 @@ if (!apiKey) {
9
9
  "Configúrala con tu API key de SMS Masivos.\n");
10
10
  process.exit(1);
11
11
  }
12
- const server = new McpServer({ name: "smsmasivos", version: "0.1.0" }, {
13
- instructions: "Servidor MCP para SMS Masivos — plataforma de SMS masivos para México y LATAM. " +
12
+ const server = new McpServer({ name: "smsmasivos", version: "0.2.1" }, {
13
+ instructions: "Servidor MCP para SMS Masivos — plataforma de SMS masivos para México. " +
14
14
  "Usa check_balance antes de enviar SMS para verificar créditos disponibles. " +
15
15
  "Usa sandbox='1' en send_sms para pruebas sin envío real. " +
16
16
  "El código de país por defecto es 52 (México).",
package/dist/stdio.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"stdio.js","sourceRoot":"","sources":["../src/stdio.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC;AAE9C,IAAI,CAAC,MAAM,EAAE,CAAC;IACZ,OAAO,CAAC,MAAM,CAAC,KAAK,CAClB,kEAAkE;QAChE,8CAA8C,CACjD,CAAC;IACF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC;AAED,MAAM,MAAM,GAAG,IAAI,SAAS,CAC1B,EAAE,IAAI,EAAE,YAAY,EAAE,OAAO,EAAE,OAAO,EAAE,EACxC;IACE,YAAY,EACV,iFAAiF;QACjF,6EAA6E;QAC7E,2DAA2D;QAC3D,+CAA+C;CAClD,CACF,CAAC;AAEF,MAAM,OAAO,GAAG,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;AAC5C,gBAAgB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAElC,MAAM,SAAS,GAAG,IAAI,oBAAoB,EAAE,CAAC;AAC7C,MAAM,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"stdio.js","sourceRoot":"","sources":["../src/stdio.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC;AAE9C,IAAI,CAAC,MAAM,EAAE,CAAC;IACZ,OAAO,CAAC,MAAM,CAAC,KAAK,CAClB,kEAAkE;QAChE,8CAA8C,CACjD,CAAC;IACF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC;AAED,MAAM,MAAM,GAAG,IAAI,SAAS,CAC1B,EAAE,IAAI,EAAE,YAAY,EAAE,OAAO,EAAE,OAAO,EAAE,EACxC;IACE,YAAY,EACV,yEAAyE;QACzE,6EAA6E;QAC7E,2DAA2D;QAC3D,+CAA+C;CAClD,CACF,CAAC;AAEF,MAAM,OAAO,GAAG,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;AAC5C,gBAAgB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAElC,MAAM,SAAS,GAAG,IAAI,oBAAoB,EAAE,CAAC;AAC7C,MAAM,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@smsmasivos/mcp-server",
3
- "version": "0.2.0",
4
- "description": "MCP server for SMS Masivos — bulk SMS platform for Mexico/LATAM",
3
+ "version": "0.2.2",
4
+ "description": "MCP server for SMS Masivos — bulk SMS platform for Mexico",
5
5
  "type": "module",
6
6
  "main": "dist/stdio.js",
7
7
  "bin": {
@@ -37,7 +37,6 @@
37
37
  "sms",
38
38
  "smsmasivos",
39
39
  "mexico",
40
- "latam",
41
40
  "bulk-sms",
42
41
  "model-context-protocol"
43
42
  ],