@respira/wordpress-mcp-server 8.1.2 → 8.1.3
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 +6 -0
- package/README.md +7 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ 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.3] - 2026-07-30
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- **The npm listing now states the real tool counts and shows the current key visual.** Three surfaces disagreed: the README said 169 core / 272 with WooCommerce, `package.json` said 197 / 302, and the canonical source (`respira-versions.json`) says 198 / 303. All now read from the canonical figures. The hero image is the one used on the MCP dashboard, served from `www` rather than the apex, which returns a 307 and forced the old link to be proxied. Nothing guards these strings today, which is how they drifted; the counts are worth re-checking against `respira-versions.json` at each release until something does.
|
|
13
|
+
|
|
8
14
|
## [8.1.2] - 2026-07-30
|
|
9
15
|
|
|
10
16
|
### Documentation
|
package/README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://respira.press">
|
|
3
|
-
<img src="https://respira.press/
|
|
3
|
+
<img src="https://www.respira.press/images/mcp-hero.png" alt="Respira for WordPress, the AI infrastructure layer for WordPress" width="100%">
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<h1 align="center">Respira WordPress MCP Server</h1>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<strong>
|
|
10
|
+
<strong>198 MCP tools, 303 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-303-10b981?style=flat-square" alt="303 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>
|
|
@@ -125,7 +125,7 @@ Every successful tool response includes `structuredContent`, the raw JSON object
|
|
|
125
125
|
|
|
126
126
|
### v6.0 "Storefront" — Context-Aware Tool Filtering
|
|
127
127
|
|
|
128
|
-
The MCP server exposes
|
|
128
|
+
The MCP server exposes 198 core tools and 103 WooCommerce add-on tools. It automatically filters the list based on the site's detected builder and active plugins, so clients receive only the useful subset. Fail-open: if detection fails, the full list is returned.
|
|
129
129
|
|
|
130
130
|
| Capability | Respira | Typical WordPress MCP servers |
|
|
131
131
|
|---|---|---|
|
|
@@ -233,7 +233,7 @@ Or run the interactive setup wizard: `npx @respira/wordpress-mcp-server --setup`
|
|
|
233
233
|
|
|
234
234
|
### Tool Limit? Use `enabledTools`
|
|
235
235
|
|
|
236
|
-
Some MCP clients (Antigravity, etc.) have a hard limit on active tools (often 100). Respira can expose up to
|
|
236
|
+
Some MCP clients (Antigravity, etc.) have a hard limit on active tools (often 100). Respira can expose up to 303 tools when the WooCommerce add-on is active. To stay under the limit, add `enabledTools` to your config — only those tools will appear in the listing:
|
|
237
237
|
|
|
238
238
|
```json
|
|
239
239
|
{
|
|
@@ -272,7 +272,7 @@ Unknown tool names now return a proper `CallToolResult` with `isError: true` and
|
|
|
272
272
|
## v6.0 "Storefront" — What's New
|
|
273
273
|
|
|
274
274
|
### Context-Aware Tool Filtering
|
|
275
|
-
The MCP server automatically filters its
|
|
275
|
+
The MCP server automatically filters its 198 core and 103 WooCommerce tools based on the site's detected builder and active plugins. Less noise, faster AI responses, lower token usage. Fail-open: if detection fails, the full list is returned.
|
|
276
276
|
|
|
277
277
|
### Flatsome UX Builder (Builder #12)
|
|
278
278
|
Full round-trip shortcode editing, element-level precision, declarative page creation, and 55-element intelligence. Detected by active theme — mixed-builder sites handled per-page.
|
|
@@ -817,6 +817,6 @@ MIT © [Respira](https://respira.press)
|
|
|
817
817
|
---
|
|
818
818
|
|
|
819
819
|
<p align="center">
|
|
820
|
-
<strong>
|
|
820
|
+
<strong>198 core tools, 303 with WooCommerce. 16 builders. The AI infrastructure layer for WordPress.</strong><br>
|
|
821
821
|
<a href="https://respira.press">respira.press</a>
|
|
822
822
|
</p>
|
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.3",
|
|
4
4
|
"mcpName": "io.github.webmyc/respira-wordpress",
|
|
5
|
-
"description": "WordPress MCP server with MCP 2026-07-28 and legacy-client support.
|
|
5
|
+
"description": "WordPress MCP server with MCP 2026-07-28 and legacy-client support. 198 tools, 303 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",
|