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
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,26 @@ A Node.js server implementing Model Context Protocol (MCP) for Webflow using the
69
69
70
70
4. Click `Save`, Windsurf will automatically open a new browser window showing an OAuth login page to authorize the Webflow sites you want the MCP server to have access to.
71
71
72
+
**For VS Code:**
73
+
74
+
1. Open `settings.json`
75
+
2. Paste the following configuration (or add the `webflow` part to your existing configuration)
4.`Save` the file. You should see a `start` button appear over the "webflow" key which you can click to open and run the auth flow. Alternatively, restart VS Code and the auth flow should start automatically.
91
+
72
92
**Important note**
73
93
74
94
All these methods rely on the `mcp-remote`[npm package](https://www.npmjs.com/package/mcp-remote) which is still considered experimental as of 04/30/2025.
custom code - add - inline - site - script // Register an inline script for a site
208
229
custom code - get - registered - site - script - list // List all scripts registered to a site
209
230
custom code - get - applied - site - script - list //Get all scripts applied to a site
210
-
custom code - delete site custom code // Remove scripts from a site
231
+
custom code - delete site custom code // Remove scripts from a site
211
232
```
212
233
213
234
# 🗣️ Prompts & Resources
@@ -247,4 +268,5 @@ npm start
247
268
## ⚠️ Known Limitations
248
269
249
270
### Static Page Content Updates
271
+
250
272
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