@runapi.ai/flux-kontext-mcp 0.1.5 → 0.1.7
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.
- package/data/contract.json +28 -28
- package/dist/src/meta.d.ts +1 -1
- package/dist/src/meta.js +1 -1
- package/package.json +2 -2
- package/server.json +2 -2
package/data/contract.json
CHANGED
|
@@ -23,11 +23,8 @@
|
|
|
23
23
|
"required": true,
|
|
24
24
|
"description": "Image description (English only)."
|
|
25
25
|
},
|
|
26
|
-
"watermark": {
|
|
27
|
-
"type": "string",
|
|
28
|
-
"description": "Watermark identifier."
|
|
29
|
-
},
|
|
30
26
|
"aspect_ratio": {
|
|
27
|
+
"type": "string",
|
|
31
28
|
"enum": [
|
|
32
29
|
"21:9",
|
|
33
30
|
"16:9",
|
|
@@ -36,25 +33,16 @@
|
|
|
36
33
|
"3:4",
|
|
37
34
|
"9:16"
|
|
38
35
|
],
|
|
39
|
-
"type": "string",
|
|
40
36
|
"description": "Output aspect ratio. Default: 16:9."
|
|
41
37
|
},
|
|
42
|
-
"callback_url": {
|
|
43
|
-
"type": "string",
|
|
44
|
-
"description": "Webhook URL for async notifications."
|
|
45
|
-
},
|
|
46
38
|
"output_format": {
|
|
39
|
+
"type": "string",
|
|
47
40
|
"enum": [
|
|
48
41
|
"jpeg",
|
|
49
42
|
"png"
|
|
50
43
|
],
|
|
51
|
-
"type": "string",
|
|
52
44
|
"description": "Output format. Default: jpeg."
|
|
53
45
|
},
|
|
54
|
-
"safety_tolerance": {
|
|
55
|
-
"type": "integer",
|
|
56
|
-
"description": "Content safety threshold. 0-6 for generation, 0-2 for editing. Default: 2."
|
|
57
|
-
},
|
|
58
46
|
"source_image_url": {
|
|
59
47
|
"type": "string",
|
|
60
48
|
"description": "Source image URL for editing mode."
|
|
@@ -66,6 +54,18 @@
|
|
|
66
54
|
"enable_prompt_expansion": {
|
|
67
55
|
"type": "boolean",
|
|
68
56
|
"description": "Expand the prompt with more detail. Default: false."
|
|
57
|
+
},
|
|
58
|
+
"safety_tolerance": {
|
|
59
|
+
"type": "integer",
|
|
60
|
+
"description": "Content safety threshold. 0-6 for generation, 0-2 for editing. Default: 2."
|
|
61
|
+
},
|
|
62
|
+
"callback_url": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"description": "Webhook URL for async notifications."
|
|
65
|
+
},
|
|
66
|
+
"watermark": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"description": "Watermark identifier."
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"flux-kontext-pro": {
|
|
@@ -79,11 +79,8 @@
|
|
|
79
79
|
"required": true,
|
|
80
80
|
"description": "Image description (English only)."
|
|
81
81
|
},
|
|
82
|
-
"watermark": {
|
|
83
|
-
"type": "string",
|
|
84
|
-
"description": "Watermark identifier."
|
|
85
|
-
},
|
|
86
82
|
"aspect_ratio": {
|
|
83
|
+
"type": "string",
|
|
87
84
|
"enum": [
|
|
88
85
|
"21:9",
|
|
89
86
|
"16:9",
|
|
@@ -92,25 +89,16 @@
|
|
|
92
89
|
"3:4",
|
|
93
90
|
"9:16"
|
|
94
91
|
],
|
|
95
|
-
"type": "string",
|
|
96
92
|
"description": "Output aspect ratio. Default: 16:9."
|
|
97
93
|
},
|
|
98
|
-
"callback_url": {
|
|
99
|
-
"type": "string",
|
|
100
|
-
"description": "Webhook URL for async notifications."
|
|
101
|
-
},
|
|
102
94
|
"output_format": {
|
|
95
|
+
"type": "string",
|
|
103
96
|
"enum": [
|
|
104
97
|
"jpeg",
|
|
105
98
|
"png"
|
|
106
99
|
],
|
|
107
|
-
"type": "string",
|
|
108
100
|
"description": "Output format. Default: jpeg."
|
|
109
101
|
},
|
|
110
|
-
"safety_tolerance": {
|
|
111
|
-
"type": "integer",
|
|
112
|
-
"description": "Content safety threshold. 0-6 for generation, 0-2 for editing. Default: 2."
|
|
113
|
-
},
|
|
114
102
|
"source_image_url": {
|
|
115
103
|
"type": "string",
|
|
116
104
|
"description": "Source image URL for editing mode."
|
|
@@ -122,6 +110,18 @@
|
|
|
122
110
|
"enable_prompt_expansion": {
|
|
123
111
|
"type": "boolean",
|
|
124
112
|
"description": "Expand the prompt with more detail. Default: false."
|
|
113
|
+
},
|
|
114
|
+
"safety_tolerance": {
|
|
115
|
+
"type": "integer",
|
|
116
|
+
"description": "Content safety threshold. 0-6 for generation, 0-2 for editing. Default: 2."
|
|
117
|
+
},
|
|
118
|
+
"callback_url": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"description": "Webhook URL for async notifications."
|
|
121
|
+
},
|
|
122
|
+
"watermark": {
|
|
123
|
+
"type": "string",
|
|
124
|
+
"description": "Watermark identifier."
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
}
|
package/dist/src/meta.d.ts
CHANGED
package/dist/src/meta.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runapi.ai/flux-kontext-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "RunAPI Flux Kontext MCP server for image generation: create tasks, poll results, and check pricing across 2 model variants from Claude Code, Codex, Cursor, and VS Code.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
58
|
-
"@runapi.ai/mcp-core": "0.1.
|
|
58
|
+
"@runapi.ai/mcp-core": "0.1.4",
|
|
59
59
|
"zod": "^3.25.76"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
package/server.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"url": "https://github.com/runapi-ai/flux-kontext-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.7",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "@runapi.ai/flux-kontext-mcp",
|
|
14
|
-
"version": "0.1.
|
|
14
|
+
"version": "0.1.7",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|