Skip to content

Commit 178e242

Browse files
authored
Add @latest tag to npm package name in MCP server config in README, clean up intro paragraph (#12)
1 parent 79dde5c commit 178e242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Webflow MCP
22

3-
A Node.js server implementing Model Context Protocol (MCP) for Webflow using the [Webflow JavaScript SDK](https://github.com/webflow/js-webflow-api). Enable AI Clients to interact with the [Webflow APIs](https://developers.webflow.com/data/reference) through the Model Context Protocol (MCP). Learn more about Webflow's APIs in the [developer documentation](https://developers.webflow.com/data/reference).
3+
A Node.js server implementing Model Context Protocol (MCP) and the [Webflow JavaScript SDK](https://github.com/webflow/js-webflow-api), enabling AI agents to interact with Webflow. Learn more about Webflow's APIs in the [developer documentation](https://developers.webflow.com/data/reference).
44

55
[![npm shield](https://img.shields.io/npm/v/webflow-mcp-server)](https://www.npmjs.com/package/webflow-mcp-server)
66
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com/?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fwebflow%2Fmcp-server)
@@ -27,7 +27,7 @@ A Node.js server implementing Model Context Protocol (MCP) for Webflow using the
2727
"mcpServers": {
2828
"webflow": {
2929
"command": "npx",
30-
"args": ["-y", "webflow-mcp-server"],
30+
"args": ["-y", "webflow-mcp-server@latest"],
3131
"env": {
3232
"WEBFLOW_TOKEN": "YOUR_API_TOKEN"
3333
}
@@ -85,7 +85,7 @@ collections - items - publish - items; // Publish existing items
8585

8686
# 🗣️ Prompts & Resources
8787

88-
This implementation **does not** include prompts and resources. However, this may change in the future.
88+
This implementation **does not** include MCP prompts or resources. However, this may change in the future.
8989

9090
# 🚧 Development mode
9191

0 commit comments

Comments
 (0)