@wootsup/yt-builder-mcp 1.7.2 → 1.8.0

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.
package/README.md CHANGED
@@ -231,8 +231,8 @@ The CLI returns POSIX-style exit codes for scripting / CI:
231
231
  ## Documentation
232
232
 
233
233
  - [SKILL.md (bundled agent skill)](./skills/yt-builder-mcp/SKILL.md): 5 canonical workflows, gateway model, tool catalog
234
- - [REST API Reference](https://github.com/wootsup/yt-builder-mcp/blob/main/docs/rest-api-reference.md)
235
- - [MCP Tool Reference](https://github.com/wootsup/yt-builder-mcp/blob/main/docs/mcp-tool-reference.md)
234
+ - [REST API Reference](https://wootsup.com/docs/mcp/yootheme-wordpress/)
235
+ - [MCP Tool Reference](https://wootsup.com/docs/mcp/yootheme-wordpress/tools)
236
236
 
237
237
  ## Repository
238
238
 
package/dist/setup-cli.js CHANGED
@@ -178,7 +178,7 @@ Environment (when launched by an AI client):
178
178
  bypasses the corporate proxy. A public host is never
179
179
  touched; an operator-set NO_PROXY is preserved verbatim.
180
180
 
181
- Documentation: https://github.com/wootsup/yt-builder-mcp
181
+ Documentation: https://wootsup.com/docs/mcp
182
182
  `;
183
183
  /**
184
184
  * Parse the `setup` subcommand argv tail. Pure function; does no I/O.
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "dxt_version": "0.1",
3
3
  "name": "@wootsup/yt-builder-mcp",
4
4
  "display_name": "YT Builder MCP for YOOtheme Pro (unofficial)",
5
- "version": "1.7.2",
5
+ "version": "1.8.0",
6
6
  "description": "Drive your YOOtheme Pro Page Builder programmatically from Claude, Cursor, Codex, Gemini and 5 other MCP-capable AI assistants — read layouts, edit settings, add elements, bind dynamic sources. Works on WordPress and Joomla 5/6. Built for YOOtheme Pro 4.0+. Independent third-party project, not affiliated with YOOtheme GmbH.",
7
7
  "long_description": "YT Builder MCP gives AI assistants a typed, scoped, and idempotent surface for your YOOtheme Pro Page Builder, on either WordPress or Joomla 5/6. Tools cover page discovery, layout inspection, element CRUD, source binding, and diagnostics. Bearer auth, optimistic locking via ETag, scope hierarchy (read < write < admin), and structured-error responses keep the agent safe and the workflow correct on first try. Independent third-party project — YOOtheme® is a registered trademark of YOOtheme GmbH (yootheme.com); YT Builder MCP is built by WootsUp (getimo productions) and is not affiliated with, endorsed by, or sponsored by YOOtheme.",
8
8
  "icon": "icon.png",
@@ -11,7 +11,8 @@
11
11
  "email": "hello@wootsup.com",
12
12
  "url": "https://wootsup.com"
13
13
  },
14
- "homepage": "https://github.com/wootsup/yt-builder-mcp",
14
+ "homepage": "https://wootsup.com",
15
+ "documentation": "https://wootsup.com/docs/mcp/yootheme-wordpress/",
15
16
  "repository": {
16
17
  "type": "git",
17
18
  "url": "https://github.com/wootsup/yt-builder-mcp"
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@wootsup/yt-builder-mcp",
3
- "version": "1.7.2",
3
+ "version": "1.8.0",
4
4
  "type": "module",
5
5
  "description": "YT Builder MCP — drive your page builder from Claude, Cursor, Codex, Gemini and 5 other MCP-capable AI assistants. Built for YOOtheme Pro 4.0+. Independent third-party project, not affiliated with YOOtheme GmbH.",
6
6
  "license": "MIT",
7
7
  "author": "WootsUp <hello@wootsup.com>",
8
- "homepage": "https://github.com/wootsup/yt-builder-mcp",
8
+ "homepage": "https://wootsup.com",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/wootsup/yt-builder-mcp.git",
@@ -32,12 +32,12 @@ Roo Code, Claude Code, Codex CLI or any other MCP-aware AI client. Setup is
32
32
  Joomla 5/6 host plugin:
33
33
 
34
34
  1. The user installs the host plugin for their CMS:
35
- - **WordPress**. Install the `yt-builder-mcp` plugin (downloadable from the
36
- [GitHub repository](https://github.com/wootsup/yt-builder-mcp)) and generate
37
- a Bearer key in **wp-admin → Tools → "YT Builder MCP" → Bearer Keys**.
38
- - **Joomla 5/6**. Install the `yt-builder-mcp` package (downloadable from the
39
- [GitHub repository](https://github.com/wootsup/yt-builder-mcp)) and generate
40
- a Bearer key in **Components → YT Builder MCP → Bearer Keys**. The package
35
+ - **WordPress**. Install the `yt-builder-mcp` plugin (download + install guide
36
+ at [wootsup.com/docs](https://wootsup.com/docs/mcp/yootheme-wordpress/installation))
37
+ and generate a Bearer key in **wp-admin → Tools → "YT Builder MCP" → Bearer Keys**.
38
+ - **Joomla 5/6**. Install the `yt-builder-mcp` package (download + install guide
39
+ at [wootsup.com/docs](https://wootsup.com/docs/mcp/yootheme-joomla/installation))
40
+ and generate a Bearer key in **Components → YT Builder MCP → Bearer Keys**. The package
41
41
  installs three sub-extensions (system plugin, webservices plugin, component).
42
42
  2. The user runs `npx -y @wootsup/yt-builder-mcp setup` once; the wizard probes
43
43
  the host plugin, validates the key, and writes the MCP server entry into every