webcake-landing-mcp 1.0.78 → 1.0.79
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/dist/changelog.json +7 -7
- package/dist/legal.js +30 -16
- package/package.json +1 -1
package/dist/changelog.json
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"v": "1.0.79",
|
|
4
|
+
"d": "15/06/2026",
|
|
5
|
+
"type": "Changed",
|
|
6
|
+
"en": "The Privacy Policy served at /privacy is updated with GDPR-style data-category headings, per-category purpose statements, documentation of…",
|
|
7
|
+
"vi": "Trang Privacy Policy tại /privacy được cập nhật với các tiêu đề phân loại dữ liệu theo chuẩn GDPR, ghi rõ mục đích xử lý từng loại dữ liệu, bổ sung…"
|
|
8
|
+
},
|
|
2
9
|
{
|
|
3
10
|
"v": "1.0.78",
|
|
4
11
|
"d": "15/06/2026",
|
|
@@ -33,12 +40,5 @@
|
|
|
33
40
|
"type": "Added",
|
|
34
41
|
"en": "ingest_html and ingest_url now extract Tailwind gradient utilities (bg-gradient-to-*/from-*/via-*/to-*) from the page's class attributes, resolve…",
|
|
35
42
|
"vi": "ingest_html và ingest_url nay trích xuất các utility gradient Tailwind (bg-gradient-to-*/from-*/via-*/to-*) từ các thuộc tính class của trang,…"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"v": "1.0.73",
|
|
39
|
-
"d": "13/06/2026",
|
|
40
|
-
"type": "Added",
|
|
41
|
-
"en": "ingest_html and ingest_url now extract the full design system from a tailwind.config script block when present (Google Stitch and other Tailwind-CDN…",
|
|
42
|
-
"vi": "ingest_html và ingest_url nay trích xuất toàn bộ design system từ block script tailwind.config khi có (trang Google Stitch và các trang Tailwind-CDN…"
|
|
43
43
|
}
|
|
44
44
|
]
|
package/dist/legal.js
CHANGED
|
@@ -36,38 +36,52 @@ export function privacyHtml() {
|
|
|
36
36
|
<div class="meta">Last updated: ${LAST_UPDATED}</div>
|
|
37
37
|
<p>Webcake Landing MCP ("the connector") is a Model Context Protocol server that lets an AI assistant
|
|
38
38
|
build and edit landing pages in your <a href="https://webcake.io">Webcake</a> account. This policy explains
|
|
39
|
-
what data the connector handles and how.</p>
|
|
39
|
+
what categories of data the connector handles, why, who receives it, and how long it is kept.</p>
|
|
40
40
|
|
|
41
|
-
<h2>
|
|
41
|
+
<h2>Categories of personal data we access</h2>
|
|
42
42
|
<ul>
|
|
43
43
|
<li><strong>Your Webcake identity & access token.</strong> When you connect, you log in to Webcake and the
|
|
44
|
-
connector receives a per-user access token mapped to your Webcake landing-page credential.
|
|
44
|
+
connector receives a per-user access token mapped to your Webcake landing-page credential. <em>Purpose:</em> solely
|
|
45
45
|
to call the Webcake backend on your behalf (create, read, update, publish pages, list your organizations).</li>
|
|
46
46
|
<li><strong>Page content you ask the assistant to build or edit.</strong> The page-source JSON (text, images,
|
|
47
|
-
layout) flows through the connector to your Webcake account.</li>
|
|
47
|
+
layout) flows through the connector to your Webcake account. <em>Purpose:</em> to assemble and save the page you request.</li>
|
|
48
48
|
<li><strong>Images.</strong> External image URLs in a page are re-hosted to the Webcake CDN on save. Optional
|
|
49
|
-
stock-photo search
|
|
49
|
+
stock-photo search uses the Pexels API and icon lookup uses the Iconify API. <em>Purpose:</em> to supply the
|
|
50
|
+
visuals for your page.</li>
|
|
50
51
|
</ul>
|
|
51
52
|
|
|
52
|
-
<h2>What we store</h2>
|
|
53
|
+
<h2>What we store and for how long</h2>
|
|
53
54
|
<ul>
|
|
54
|
-
<li><strong>OAuth tokens
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
55
|
+
<li><strong>OAuth tokens.</strong> Stored in the connector's database (PostgreSQL) when the server is configured
|
|
56
|
+
with one — so a logged-in session survives a server restart and works across instances — otherwise only in
|
|
57
|
+
process memory. Either way they <strong>expire automatically</strong> (access tokens ~1 hour, refresh tokens
|
|
58
|
+
~30 days) and are removed on logout/revoke or expiry.</li>
|
|
59
|
+
<li><strong>Transient draft cache.</strong> If a page fails validation while being created, its draft page-source
|
|
60
|
+
is cached briefly (about 2 hours, in Redis or memory) so you can fix and retry without re-sending everything.
|
|
61
|
+
It is removed on success or expiry.</li>
|
|
62
|
+
<li>The connector does <strong>not</strong> run an analytics database, does <strong>not</strong> sell data, and
|
|
63
|
+
does <strong>not</strong> perform tracking, behavioral profiling, or advertising.</li>
|
|
59
64
|
</ul>
|
|
60
65
|
|
|
61
|
-
<h2>
|
|
66
|
+
<h2>Categories of recipients (third-party services)</h2>
|
|
67
|
+
<p>Your data is shared only with the services required to perform your request:</p>
|
|
62
68
|
<ul>
|
|
63
|
-
<li><strong>Webcake</strong> (api.webcake.io
|
|
69
|
+
<li><strong>Webcake</strong> (api.webcake.io, the Webcake CDN, and the publish/build host) — stores, renders,
|
|
70
|
+
and serves your pages; governed by Webcake's own terms.</li>
|
|
64
71
|
<li><strong>Pexels</strong> (pexels.com) — stock-photo search, only when you request images.</li>
|
|
72
|
+
<li><strong>Iconify</strong> (iconify.design) — resolves icon names to SVG, only when a page uses icons.</li>
|
|
65
73
|
</ul>
|
|
66
74
|
|
|
75
|
+
<h2>Data we do NOT collect</h2>
|
|
76
|
+
<p>The connector never asks for or stores payment-card data, health data, government identifiers, or
|
|
77
|
+
authentication secrets (passwords, API keys, MFA/OTP codes) as tool inputs. It operates only on the page
|
|
78
|
+
content you explicitly ask the assistant to build — it does <strong>not</strong> read, reconstruct, or infer
|
|
79
|
+
your full conversation or chat history.</p>
|
|
80
|
+
|
|
67
81
|
<h2>Data retention & deletion</h2>
|
|
68
|
-
<p>Tokens expire automatically as described above; you can revoke access at any time by
|
|
69
|
-
connector in Claude/ChatGPT settings, or by logging out of Webcake. Pages you create live in
|
|
70
|
-
account and are managed there. To request deletion of anything else, contact us below.</p>
|
|
82
|
+
<p>Tokens and the draft cache expire automatically as described above; you can revoke access at any time by
|
|
83
|
+
disconnecting the connector in Claude/ChatGPT settings, or by logging out of Webcake. Pages you create live in
|
|
84
|
+
your Webcake account and are managed there. To request deletion of anything else, contact us below.</p>
|
|
71
85
|
|
|
72
86
|
<h2>Security</h2>
|
|
73
87
|
<p>All traffic uses HTTPS. Authentication follows OAuth 2.1 with PKCE; the connector validates a short-lived
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webcake-landing-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.79",
|
|
4
4
|
"description": "MCP server exposing Webcake landing-page element schemas + AI usage hints, and persisting LLM-generated page sources to a Webcake backend.",
|
|
5
5
|
"mcpName": "io.github.vuluu2k/webcake-landing-mcp",
|
|
6
6
|
"type": "module",
|