sapiens-mcp 1.53.1 → 1.53.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.
@@ -86,7 +86,7 @@ export const imageSchema = z.object({
86
86
  influencerId: z
87
87
  .string()
88
88
  .optional()
89
- .describe("ID de personagem (influencer) pra character-lock: a imagem sai com ESSE personagem. Descubra o id com sapiens_character."),
89
+ .describe("ID de personagem pra character-lock: a imagem sai com ESSE personagem. Descubra o id com sapiens_character."),
90
90
  loraIntensity: z
91
91
  .enum(["suave", "medio", "forte"])
92
92
  .optional()
@@ -51,7 +51,7 @@ const STUDIOS = {
51
51
  "helen-voice": {
52
52
  name: "Helen Voice (TTS)",
53
53
  description: "Text-to-speech via ElevenLabs ou Google TTS (Gemini). BYOK suportado. Voice cloning a partir de samples (UI-only). v1.4: speak via MCP.",
54
- url: `${APP}/dashboard/influencer-ia`,
54
+ url: `${APP}/dashboard/personagens`,
55
55
  status: "stable",
56
56
  tags: ["audio", "tts", "elevenlabs", "google", "voice"],
57
57
  convex: "helenVoiceActions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapiens-mcp",
3
- "version": "1.53.1",
3
+ "version": "1.53.2",
4
4
  "mcpName": "com.sapiensinteticos/sapiens",
5
5
  "description": "MCP server pra operar o Sapiens Sintéticos (sapiensinteticos.com) pelo Claude Code: gerar imagem, escrever artigo, voz, música e mais, na sua conta. Login pelo código de sapiensinteticos.com/conectar-claude.",
6
6
  "type": "module",