Skip to content

Commit 95076d4

Browse files
author
angpt
authored
Merge pull request #49 from webflow/release-0.6.0
Release 0.6.0
2 parents 2e06177 + 657a400 commit 95076d4

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,22 @@ custom code - get - applied - site - script - list //Get all scripts applied to
231231
custom code - delete site custom code // Remove scripts from a site
232232
```
233233

234+
### Components
235+
236+
```
237+
components - list; // List all components for a site
238+
components - content - get; // Get static content from a component definition
239+
components - content - update; // Update content within a component definition for secondary locales
240+
components - properties - get; // Get the default property values of a component definition
241+
components - properties - update; // Update the default property values of a component definition for secondary locales
242+
```
243+
244+
### Ask Webflow AI
245+
246+
```
247+
ask - webflow - ai; // Search Webflow Docs using AI search
248+
```
249+
234250
# 🗣️ Prompts & Resources
235251

236252
This implementation **does not** include `prompts` or `resources` from the MCP specification. However, this may change in the future when there is broader support across popular MCP clients.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webflow-mcp-server",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"bin": "dist/index.js",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)