Skip to content

Commit cb417aa

Browse files
committed
fix: update server definition (input type 'password' -> 'text' for WEBFLOW_TOKEN)
1 parent 9d24f1e commit cb417aa

1 file changed

Lines changed: 20 additions & 11 deletions

File tree

servers/com.webflow-mcp.json

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@
66
"description": "Manage Webflow sites, collections, and CMS items. Create and update pages, manage forms, and interact with e-commerce data.",
77
"icon": "https://avatars.githubusercontent.com/u/1229663?v=4",
88
"schema_version": "2.1",
9-
"categories": ["developer-tools", "cloud"],
10-
"tags": ["webflow", "website", "cms", "e-commerce", "no-code", "design"],
11-
9+
"categories": [
10+
"developer-tools",
11+
"cloud"
12+
],
13+
"tags": [
14+
"webflow",
15+
"website",
16+
"cms",
17+
"e-commerce",
18+
"no-code",
19+
"design"
20+
],
1221
"transport": {
1322
"type": "stdio",
1423
"command": "npx",
15-
"args": ["-y", "webflow-mcp-server@latest"],
24+
"args": [
25+
"-y",
26+
"webflow-mcp-server@latest"
27+
],
1628
"env": {
1729
"WEBFLOW_TOKEN": "${input:WEBFLOW_TOKEN}"
1830
},
@@ -22,7 +34,7 @@
2234
"id": "WEBFLOW_TOKEN",
2335
"label": "Webflow API Token",
2436
"description": "API token for the Webflow Data API v2.",
25-
"type": "password",
37+
"type": "text",
2638
"required": true,
2739
"secret": true,
2840
"placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
@@ -35,26 +47,23 @@
3547
]
3648
}
3749
},
38-
3950
"auth": {
4051
"type": "api_key",
4152
"instructions": "Generate an API token in Webflow Site Settings > Integrations"
4253
},
43-
4454
"contributor": {
4555
"name": "Webflow",
4656
"github": "webflow",
4757
"url": "https://webflow.com"
4858
},
49-
5059
"links": {
5160
"repository": "https://github.com/webflow/mcp-server",
5261
"homepage": "https://webflow.com",
5362
"documentation": "https://developers.webflow.com/mcp/reference/overview"
5463
},
55-
56-
"platforms": ["all"],
57-
64+
"platforms": [
65+
"all"
66+
],
5867
"capabilities": {
5968
"tools": true,
6069
"resources": false,

0 commit comments

Comments
 (0)