ponch-mcp-server 1.0.7 → 1.0.8

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.
@@ -118,7 +118,7 @@ PASO 3: GENERAR CONTENIDO (save_generated_content)
118
118
 
119
119
  ### update_calendar_slot — Schema de cada slot
120
120
 
121
- dia: "lunes" | "martes" | "miercoles" | "jueves" | "viernes" | "sabado" | "domingo"
121
+ dia: string formato "YYYY-MM-DD" (fecha exacta del dia, ej: "2026-04-07")
122
122
  plataforma: "gbp" | "shopify_blog" | "instagram" | "review"
123
123
  tipo: "post" | "blog" | "carousel" | "reel" | "story" | "review_response"
124
124
  keyword: string (del plan de marketing)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ponch-mcp-server",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Ponch MCP Server — connector between Cowork/Claude Desktop and Firestore",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",