Skip to content

Commit c20f9fe

Browse files
added compatibility section and auth section back
1 parent 15b7d61 commit c20f9fe

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Get started by installing Webflow's remote MCP server. The remote server uses OA
1919

2020
- Node.js 22.3.0 or higher
2121

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)
2323
2424
### Cursor
2525

@@ -122,6 +122,18 @@ Find older blog posts that mention similar topics and add internal links to my l
122122
Create a hero section card on my home page with a CTA button and responsive design
123123
```
124124

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+
125137
## ❓ Troubleshooting
126138

127139
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

Comments
 (0)