multisite-cms-mcp 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ Add to your MCP configuration (e.g., `.cursor/mcp.json`):
13
13
  "mcpServers": {
14
14
  "multisite-cms": {
15
15
  "command": "npx",
16
- "args": ["-y", "multisite-cms-mcp"],
16
+ "args": ["-y", "multisite-cms-mcp@latest"],
17
17
  "env": {
18
18
  "FASTMODE_API_URL": "https://api.fastmode.ai"
19
19
  }
@@ -22,6 +22,8 @@ Add to your MCP configuration (e.g., `.cursor/mcp.json`):
22
22
  }
23
23
  ```
24
24
 
25
+ > **Tip:** Using `@latest` ensures you always get the newest version on restart.
26
+
25
27
  ### Global Installation
26
28
 
27
29
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multisite-cms-mcp",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "MCP server for AI-assisted website conversion to CMS format. Provides validation, examples, and schema tools.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {