@runapi.ai/seedance-mcp 0.1.8 → 0.1.9

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.
@@ -70,6 +70,11 @@
70
70
  },
71
71
  "lock_camera": {
72
72
  "type": "boolean"
73
+ },
74
+ "seed": {
75
+ "type": "integer",
76
+ "max": 2147483647,
77
+ "min": -1
73
78
  }
74
79
  },
75
80
  "seedance-2-mini": {
@@ -391,6 +396,11 @@
391
396
  "first_frame_image_url": {
392
397
  "type": "string",
393
398
  "required": true
399
+ },
400
+ "seed": {
401
+ "type": "integer",
402
+ "max": 2147483647,
403
+ "min": -1
394
404
  }
395
405
  }
396
406
  }
@@ -1,5 +1,5 @@
1
1
  export declare const META: {
2
2
  readonly name: "@runapi.ai/seedance-mcp";
3
- readonly version: "0.1.8";
3
+ readonly version: "0.1.9";
4
4
  readonly lineSlug: "seedance";
5
5
  };
package/dist/src/meta.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export const META = {
2
2
  name: "@runapi.ai/seedance-mcp",
3
- version: "0.1.8",
3
+ version: "0.1.9",
4
4
  lineSlug: "seedance"
5
5
  };
6
6
  //# sourceMappingURL=meta.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runapi.ai/seedance-mcp",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "RunAPI Seedance MCP server for video generation: create tasks, poll results, and check pricing across 7 model variants from Claude Code, Codex, Cursor, and VS Code.",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
package/server.json CHANGED
@@ -6,12 +6,12 @@
6
6
  "url": "https://github.com/runapi-ai/seedance-mcp",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.1.8",
9
+ "version": "0.1.9",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "@runapi.ai/seedance-mcp",
14
- "version": "0.1.8",
14
+ "version": "0.1.9",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },