@respira/wordpress-mcp-server 8.1.0 → 8.1.2
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/CHANGELOG.md +1239 -0
- package/README.md +18 -5
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
<h1 align="center">Respira WordPress MCP Server</h1>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<strong>
|
|
10
|
+
<strong>197 MCP tools, 302 with the WooCommerce add-on. 16 page builders and the native Site Editor. MCP 2026-07-28 with legacy-client support.</strong><br>
|
|
11
11
|
Element-level editing, full page creation, HTML-to-builder conversion with rendering fidelity validation, per-site tool governance, storefront design intelligence, stock images, bulk operations — all through one MCP server.
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
14
|
<p align="center">
|
|
15
15
|
<a href="https://www.npmjs.com/package/@respira/wordpress-mcp-server"><img src="https://img.shields.io/npm/v/@respira/wordpress-mcp-server.svg?style=flat-square&color=10b981" alt="npm version"></a>
|
|
16
16
|
<a href="https://www.npmjs.com/package/@respira/wordpress-mcp-server"><img src="https://img.shields.io/npm/dm/@respira/wordpress-mcp-server.svg?style=flat-square" alt="npm downloads"></a>
|
|
17
|
-
<img src="https://img.shields.io/badge/tools-
|
|
17
|
+
<img src="https://img.shields.io/badge/tools-302-10b981?style=flat-square" alt="302 Tools with WooCommerce">
|
|
18
18
|
<img src="https://img.shields.io/badge/builders-16-10b981?style=flat-square" alt="16 Page Builders">
|
|
19
19
|
<img src="https://img.shields.io/badge/TypeScript-100%25-blue?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript">
|
|
20
20
|
</p>
|
|
@@ -35,7 +35,16 @@ Other WordPress MCP servers wrap the REST API. They can create posts and pages,
|
|
|
35
35
|
|
|
36
36
|
Respira includes a WordPress plugin that gives AI **native access** to 16 page builders, plus element-level precision, full page creation from structure, HTML-to-builder conversion, storefront design intelligence, stock image search, and bulk operations across hundreds of pages.
|
|
37
37
|
|
|
38
|
-
###
|
|
38
|
+
### New in 8.1: MCP 2026-07-28, without breaking existing clients
|
|
39
|
+
|
|
40
|
+
- **Modern protocol negotiation.** Compatible clients can use `server/discover` and negotiate MCP `2026-07-28`, including stateless per-request metadata and typed result contracts.
|
|
41
|
+
- **Legacy clients keep working.** Existing clients continue through the established `initialize` handshake and receive the same Respira tool catalog. Connection commands, site keys, and configuration files do not change.
|
|
42
|
+
- **Verified compatibility.** The release suite starts the packaged stdio server twice: once pinned to `2026-07-28`, and once as a legacy client. Both must initialize and enumerate the complete release catalog.
|
|
43
|
+
- **Patched runtime dependencies.** Axios, FormData, Sentry, and OpenTelemetry dependencies were updated; the production dependency audit reports zero known vulnerabilities.
|
|
44
|
+
|
|
45
|
+
Read the complete [changelog](./CHANGELOG.md).
|
|
46
|
+
|
|
47
|
+
### Shipped in 8.0: verified FSE and WooCommerce operations
|
|
39
48
|
|
|
40
49
|
- **First-class Site Editor tools.** Agents can list, inspect, create, target-update, and reset block templates and template parts; create and safely edit synced/unsynced patterns; and traverse native block navigation as exact nested paths. Every editable surface uses stale-write fingerprints, structural proposals, snapshots, compact diffs, cache invalidation, and truthful stored/rendered verification.
|
|
41
50
|
- **Native design-token tools.** Gutenberg `theme.json` colors, typography, and spacing variables are exposed through the existing WordPress storage model rather than a parallel token database.
|
|
@@ -324,7 +333,7 @@ respira_add_image({ post_id: 42, image_url: "https://..." })
|
|
|
324
333
|
|
|
325
334
|
---
|
|
326
335
|
|
|
327
|
-
##
|
|
336
|
+
## 16 Supported Page Builders
|
|
328
337
|
|
|
329
338
|
<p align="center">
|
|
330
339
|
<img src="https://img.shields.io/badge/Elementor-Full_Intelligence-92003B?style=for-the-badge" alt="Elementor">
|
|
@@ -345,6 +354,10 @@ respira_add_image({ post_id: 42, image_url: "https://..." })
|
|
|
345
354
|
| **Oxygen** | Smart Defaults | Tree utility | Yes | Static schemas |
|
|
346
355
|
| **WPBakery** | Smart Defaults | Tree utility | Yes | Static schemas |
|
|
347
356
|
| **Breakdance** | Smart Defaults | Tree utility | Yes | Static schemas |
|
|
357
|
+
| **Spectra** | Full Support | Native blocks | Yes | Block registry |
|
|
358
|
+
| **Kadence Blocks** | Full Support | Native blocks | Yes | Block registry |
|
|
359
|
+
| **GenerateBlocks** | Full Support | Native blocks | Yes | Block registry |
|
|
360
|
+
| **SeedProd** | Read + Audit | Inspection | No | Static schemas |
|
|
348
361
|
| **Brizy** | Basic | Tree utility | Best-effort | — |
|
|
349
362
|
| **Thrive Architect** | Basic | Tree utility | Best-effort | — |
|
|
350
363
|
| **Visual Composer** | Basic | Tree utility | Best-effort | — |
|
|
@@ -353,7 +366,7 @@ respira_add_image({ post_id: 42, image_url: "https://..." })
|
|
|
353
366
|
|
|
354
367
|
## All Tools
|
|
355
368
|
|
|
356
|
-
### Native Site Editor structures (10 tools) —
|
|
369
|
+
### Native Site Editor structures (10 tools) — Shipped in v8.0
|
|
357
370
|
|
|
358
371
|
These are Respira-native WordPress operations, not a copied generic tool catalog. User-owned structures use the same approval, revision, snapshot, no-op detection, read-back, and render-verification contract as template editing. Theme and plugin patterns are inspectable but remain owned by their source.
|
|
359
372
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@respira/wordpress-mcp-server",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"mcpName": "io.github.webmyc/respira-wordpress",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "WordPress MCP server with MCP 2026-07-28 and legacy-client support. 197 tools, 302 with WooCommerce, across 16 page builders and the Site Editor.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"wordpress-mcp-server": "./dist/index.js",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"certs/**/*",
|
|
16
16
|
"skills/**/*",
|
|
17
17
|
"README.md",
|
|
18
|
+
"CHANGELOG.md",
|
|
18
19
|
"TOOL_CATALOG.md",
|
|
19
20
|
"SOUL.md",
|
|
20
21
|
"tool-capabilities.json",
|