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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Get started by installing Webflow's remote MCP server. The remote server uses OA
19
19
20
20
- Node.js 22.3.0 or higher
21
21
22
-
> Note: The MCP server currently supports Node.js 22.3.0 or higher. If you run into version issues, see the Node.js compatibility section below.
22
+
> Note: The MCP server currently supports Node.js 22.3.0 or higher. If you run into version issues, see the [Node.js compatibility guidance.](https://developers.webflow.com/data/v2.0.0/docs/ai-tools#nodejs-compatibility)
23
23
24
24
### Cursor
25
25
@@ -122,6 +122,18 @@ Find older blog posts that mention similar topics and add internal links to my l
122
122
Create a hero section card on my home page with a CTA button and responsive design
123
123
```
124
124
125
+
### Reset your OAuth Token
126
+
127
+
To reset your OAuth token, run the following command in your terminal.
128
+
129
+
```bash
130
+
rm -rf ~/.mcp-auth
131
+
```
132
+
133
+
### Node.js compatibility
134
+
135
+
Please see the Node.js [compatibility guidance on Webflow's developer docs.](https://developers.webflow.com/data/v2.0.0/docs/ai-tools#nodejs-compatibility)
136
+
125
137
## ❓ Troubleshooting
126
138
127
139
If you are having issues starting the server in your MCP client e.g. Cursor or Claude Desktop, please try the following.
0 commit comments