distribea-mcp 1.1.1 → 1.1.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.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Plug this MCP into your coding tool (Claude Code, Cursor…) and every page you
|
|
|
6
6
|
build ships with **ultra-realistic, style-locked images**: one consistent art
|
|
7
7
|
direction across the whole site, recurring characters with the **same face in
|
|
8
8
|
every scene**, believable UGC-style avatars for review sections, plus logo,
|
|
9
|
-
favicon pack and og:image
|
|
9
|
+
favicon pack and og:image, all delivered as optimised WebP with proper ALT
|
|
10
10
|
text, patched directly into your code.
|
|
11
11
|
|
|
12
12
|
The heavy lifting (art direction, generation, billing) runs on the hosted
|
|
@@ -35,14 +35,14 @@ A [Distribea](https://distribea.com) subscription is required.
|
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
3. Build your pages with `<img src="https://placehold.co/1200x600">` markers,
|
|
38
|
-
then ask your agent for the images
|
|
38
|
+
then ask your agent for the images, one `make_images` call dresses the
|
|
39
39
|
whole page.
|
|
40
40
|
|
|
41
41
|
## Tools
|
|
42
42
|
|
|
43
43
|
| Tool | What it does |
|
|
44
44
|
|---|---|
|
|
45
|
-
| `make_images` ⭐ | Fill every placeholder/stock slot of a page (or the whole project) with on-brand images, in parallel
|
|
45
|
+
| `make_images` ⭐ | Fill every placeholder/stock slot of a page (or the whole project) with on-brand images, in parallel, or rebrand existing images in place (`rebrand: true`) |
|
|
46
46
|
| `generate_image` | One on-brand image (auto-switches to UGC selfie mode for review avatars) |
|
|
47
47
|
| `edit_image` | Retouch, redo, remove background, upscale ×4, extend |
|
|
48
48
|
| `site_style` | Lock, refine or anchor the site's visual identity |
|
|
@@ -58,4 +58,4 @@ A [Distribea](https://distribea.com) subscription is required.
|
|
|
58
58
|
- Your project files never leave your machine except the specific images you
|
|
59
59
|
ask to edit.
|
|
60
60
|
|
|
61
|
-
© Distribea
|
|
61
|
+
© Distribea, <https://distribea.com>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "distribea-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Distribea MCP, on-brand website imagery (style-locked, recurring characters, UGC review avatars) generated by the hosted Distribea engine. Requires a Distribea subscription key.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|