Skip to content

Commit ae5ef0f

Browse files
committed
fix: update Webflow token obtain URL
1 parent e61d1c5 commit ae5ef0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

servers/com.webflow-mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"secret": true,
4040
"placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
4141
"obtain": {
42-
"url": "https://developers.webflow.com/data/reference/authorize-user",
43-
"instructions": "1. Go to Webflow > Site Settings > Integrations\n2. Click 'Generate API token'\n3. Select the permissions you need\n4. Copy the token",
42+
"url": "https://developers.webflow.com/data/reference/authentication/site-token",
43+
"instructions": "1. Go to your Webflow site settings\n2. Navigate to Apps & integrations\n3. Click on API access\n4. Click 'Generate API token'\n5. Copy the generated token",
4444
"button_label": "Generate Token"
4545
}
4646
}

0 commit comments

Comments
 (0)