@respira/wordpress-mcp-server 8.1.1 → 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 +7 -0
- package/README.md +6 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to Respira WordPress MCP Server will be documented in this f
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [8.1.2] - 2026-07-30
|
|
9
|
+
|
|
10
|
+
### Documentation
|
|
11
|
+
|
|
12
|
+
- Corrected the npm README heading from 12 to 16 supported page builders.
|
|
13
|
+
- Added Spectra, Kadence Blocks, GenerateBlocks, and SeedProd to the support table, and corrected the stale Site Editor “Next release” label.
|
|
14
|
+
|
|
8
15
|
## [8.1.1] - 2026-07-30
|
|
9
16
|
|
|
10
17
|
### Documentation
|
package/README.md
CHANGED
|
@@ -333,7 +333,7 @@ respira_add_image({ post_id: 42, image_url: "https://..." })
|
|
|
333
333
|
|
|
334
334
|
---
|
|
335
335
|
|
|
336
|
-
##
|
|
336
|
+
## 16 Supported Page Builders
|
|
337
337
|
|
|
338
338
|
<p align="center">
|
|
339
339
|
<img src="https://img.shields.io/badge/Elementor-Full_Intelligence-92003B?style=for-the-badge" alt="Elementor">
|
|
@@ -354,6 +354,10 @@ respira_add_image({ post_id: 42, image_url: "https://..." })
|
|
|
354
354
|
| **Oxygen** | Smart Defaults | Tree utility | Yes | Static schemas |
|
|
355
355
|
| **WPBakery** | Smart Defaults | Tree utility | Yes | Static schemas |
|
|
356
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 |
|
|
357
361
|
| **Brizy** | Basic | Tree utility | Best-effort | — |
|
|
358
362
|
| **Thrive Architect** | Basic | Tree utility | Best-effort | — |
|
|
359
363
|
| **Visual Composer** | Basic | Tree utility | Best-effort | — |
|
|
@@ -362,7 +366,7 @@ respira_add_image({ post_id: 42, image_url: "https://..." })
|
|
|
362
366
|
|
|
363
367
|
## All Tools
|
|
364
368
|
|
|
365
|
-
### Native Site Editor structures (10 tools) —
|
|
369
|
+
### Native Site Editor structures (10 tools) — Shipped in v8.0
|
|
366
370
|
|
|
367
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.
|
|
368
372
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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
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",
|