ponch-mcp-server 1.0.45 → 1.0.46

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.
@@ -929,7 +929,7 @@ export function registerMarketingTools(server, session) {
929
929
  4. Genera el contenido del post usando el contexto de la foto elegida
930
930
  5. Llama save_generated_content({plataforma, datos, fotoId, calendarioItemRef}) — fotoId es el ID de la foto elegida en paso 2
931
931
 
932
- CAMPOS por plataforma: summary/topicType para GBP, title/body/handle para Blog, caption/altText/mediaType para IG.
932
+ CAMPOS por plataforma: summary/topicType para GBP, los 16 campos OBLIGATORIOS del system prompt para Blog (title, body, handle, metaTitle, metaDescription, summary, imageAltText, tags, quickAnswerBlock, faqItems, faqTitle, blogId, blogHandle, publishDate, languageCode, plataformaDestino + opcionales), caption/altText/mediaType para IG.
933
933
  OBLIGATORIO: calendarioItemRef con formato EXACTO "semana:N:slot:M" (ej: "semana:2:slot:0").
934
934
  OBLIGATORIO: fotoId — SIEMPRE pasa el ID de la foto que elegiste con get_photos_for_slot.
935
935
  Si el slot tiene notas[], LEERLAS y usarlas como contexto. Si estado es revisar, regenerar adaptando a las notas.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ponch-mcp-server",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "Ponch MCP Server — connector between Cowork/Claude Desktop and Firestore",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",