@respira/wordpress-mcp-server 5.2.9 → 5.2.10
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@respira/wordpress-mcp-server",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.10",
|
|
4
|
+
"mcpName": "io.github.webmyc/respira-wordpress",
|
|
4
5
|
"description": "125 MCP tools for WordPress (104 respira_* core + 21 woocommerce_*). Element-level editing, full page creation, HTML-to-builder conversion, WCAG accessibility scanning, stock images, bulk operations, 27 widget shortcuts. Native support for 11 page builders. enabledTools config for clients with tool limits. wordpress_* aliases still accepted but no longer listed — removed in v6.0.",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"bin": {
|
|
@@ -114,7 +115,7 @@
|
|
|
114
115
|
"license": "MIT",
|
|
115
116
|
"repository": {
|
|
116
117
|
"type": "git",
|
|
117
|
-
"url": "https://respira.
|
|
118
|
+
"url": "git+https://github.com/webmyc/respira-wordpress.git"
|
|
118
119
|
},
|
|
119
120
|
"homepage": "https://respira.press",
|
|
120
121
|
"bugs": {
|