@respira/wordpress-mcp-server 8.3.11 → 8.3.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@respira/wordpress-mcp-server",
3
- "version": "8.3.11",
3
+ "version": "8.3.13",
4
4
  "mcpName": "io.github.webmyc/respira-wordpress",
5
5
  "description": "WordPress MCP server + companion plugin giving AI native access to page builder content, not just the REST API. 214 tools, 319 with WooCommerce, 17 page builders and the Site Editor. Element-level edits, full page creation, HTML to builder conversion, snapshots and rollback on every write. MCP 2026-07-28 with legacy-client support. New in 8.3: Design Direction, one design system per site, applied to native builder stores, checked against the rendered page, with a live preview link for the Art Direction dashboard.",
6
6
  "main": "dist/index.js",
@@ -31,12 +31,13 @@
31
31
  "start": "node dist/index.js",
32
32
  "setup": "node dist/setup.js --setup",
33
33
  "dev": "tsc && node dist/index.js",
34
- "test": "node scripts/check-readme-counts.mjs && tsc && node --test dist/__tests__/*.js",
34
+ "test": "node scripts/check-readme-counts.mjs && node scripts/check-tool-annotations.mjs && tsc && node --test dist/__tests__/*.js",
35
35
  "check:registry-parity": "node ../scripts/check-tool-registry-parity.mjs",
36
36
  "lint": "eslint src --ext .ts",
37
37
  "format": "prettier --write \"src/**/*.ts\"",
38
38
  "clean": "rm -rf dist skills",
39
- "check:readme-counts": "node scripts/check-readme-counts.mjs"
39
+ "check:readme-counts": "node scripts/check-readme-counts.mjs",
40
+ "check:annotations": "node scripts/check-tool-annotations.mjs"
40
41
  },
41
42
  "keywords": [
42
43
  "mcp",