We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b56fef commit 17504fdCopy full SHA for 17504fd
README.md
@@ -70,15 +70,15 @@ A Node.js server implementing Model Context Protocol (MCP) for Webflow using the
70
71
### Sites
72
73
-```ts
+```
74
sites - list; // List all sites
75
sites - get; // Get site details
76
sites - publish; // Publish site changes
77
```
78
79
### Pages
80
81
82
pages - list; // List all pages
83
pages - get - metadata; // Get page metadata
84
pages - update - page - settings; // Update page settings
@@ -88,7 +88,7 @@ pages - update - static - content; // Update page content
88
89
### CMS
90
91
92
collections - list; // List collections
93
collections - get; // Get collection details
94
collections - create; // Create a collection
0 commit comments