You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ rm -rf ~/.mcp-auth
94
94
"mcpServers": {
95
95
"webflow": {
96
96
"command": "npx",
97
-
"args": ["-y", "webflow-mcp-server@0.4.1"],
97
+
"args": ["-y", "webflow-mcp-server@0.5.1"],
98
98
"env": {
99
99
"WEBFLOW_TOKEN": "<YOUR_WEBFLOW_TOKEN>"
100
100
}
@@ -237,4 +237,4 @@ npm start
237
237
## ⚠️ Known Limitations
238
238
239
239
### Static Page Content Updates
240
-
The pages_update_static_content endpoint currently only supports updates to localized static pages in secondary locales. Updates to static content in the default locale are not supported and will result in errors.
240
+
The pages_update_static_content endpoint currently only supports updates to localized static pages in secondary locales. Updates to static content in the default locale are not supported and will result in errors.
0 commit comments