beplus-mcp 0.18.0 → 0.18.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 (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -865,11 +865,11 @@ ${BUDGET_BLOCKED_GUIDANCE}`);
865
865
  `${args.model} s\xF3 suporta 480p ou 720p (voc\xEA pediu ${args.resolution}). Use seedance-2.0 (standard) para 1080p/4K.`
866
866
  );
867
867
  }
868
- if (args.model === "bytedance/seedance-2.5" && args.aspect_ratio) {
869
- const SEEDANCE_25_RATIOS = ["1:1", "16:9", "9:16", "4:3", "3:4", "21:9", "adaptive"];
870
- if (!SEEDANCE_25_RATIOS.includes(args.aspect_ratio)) {
868
+ if (args.model?.startsWith("bytedance/seedance-") && args.aspect_ratio) {
869
+ const SEEDANCE_RATIOS = ["1:1", "16:9", "9:16", "4:3", "3:4", "21:9", "adaptive"];
870
+ if (!SEEDANCE_RATIOS.includes(args.aspect_ratio)) {
871
871
  return errorResult(
872
- `bytedance/seedance-2.5 n\xE3o aceita a propor\xE7\xE3o ${args.aspect_ratio}. Use uma destas: ${SEEDANCE_25_RATIOS.join(", ")}.`
872
+ `${args.model} n\xE3o aceita a propor\xE7\xE3o ${args.aspect_ratio}. Use uma destas: ${SEEDANCE_RATIOS.join(", ")}.`
873
873
  );
874
874
  }
875
875
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beplus-mcp",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "Conector MCP da equipe BePlus — gere imagens/vídeos/áudio e consulte calls, projetos e clientes pela sua conta BePlus (diamantes, limites e histórico aplicados pela plataforma).",
5
5
  "type": "module",
6
6
  "bin": {