@respira/wordpress-mcp-server 6.0.0 → 6.0.1

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.
Files changed (2) hide show
  1. package/dist/server.js +1 -1
  2. package/package.json +2 -2
package/dist/server.js CHANGED
@@ -76,7 +76,7 @@ export class RespiraWordPressServer {
76
76
  capabilities: {
77
77
  tools: {},
78
78
  },
79
- instructions: `Respira MCP Server v${RespiraWordPressServer.MCP_SERVER_VERSION} — 172+ tools for WordPress (131 core + 20 Bricks + 21+ WooCommerce). Flatsome UX Builder support new in v6.0..
79
+ instructions: `Respira MCP Server v${RespiraWordPressServer.MCP_SERVER_VERSION} — 172+ tools for WordPress (131 core + 20 Bricks + 21+ WooCommerce). New in v6.0: Flatsome UX Builder (Builder #12), 15 new WooCommerce Commerce tools, and context-aware tool filtering that automatically shows only relevant tools based on detected builder and plugins.
80
80
 
81
81
  IMPORTANT: Always use Respira tools to read and edit WordPress content. NEVER access the database directly (SQL queries, wp_postmeta, wp_options), edit PHP files, or modify theme templates to change page content. Respira tools handle all content operations safely with snapshots, cache invalidation, and builder-native formats. Even for simple changes like updating a copyright year in a footer — use respira_find_element, not SQL.
82
82
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@respira/wordpress-mcp-server",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "mcpName": "io.github.webmyc/respira-wordpress",
5
- "description": "172+ MCP tools for WordPress — the only MCP server with native page builder support. Element-level editing, full page creation, HTML-to-builder conversion, WCAG accessibility scanning, stock images, bulk operations for 12 builders (Elementor, Divi 4+5, Bricks, Gutenberg, WPBakery, Oxygen, Beaver Builder, Brizy, Visual Composer, Thrive, Breakdance, Flatsome). Bricks Deep Intelligence (20 tools), WooCommerce (36 tools with storefront design intelligence), 27 widget shortcuts. Setup: npx add-mcp for auto-config, --setup wizard, --doctor diagnostics. Duplicate-before-edit safety. Skills marketplace with 26 AI workflows. Optimistic locking (contentHash). enabledTools config for clients with tool limits.",
5
+ "description": "172+ MCP tools for WordPress — the only MCP server with native page builder support and context-aware tool filtering. v6.0: context-aware filtering automatically shows only relevant tools based on your site's detected builder and plugins (~170 down to ~130, fail-open). 12 builders (Elementor, Divi 4+5, Bricks, Gutenberg, WPBakery, Oxygen, Beaver Builder, Brizy, Visual Composer, Thrive, Breakdance, Flatsome). Bricks Deep Intelligence (20 tools), WooCommerce Commerce (36 tools with storefront design intelligence, bulk pricing, catalog health). Element-level editing, full page creation, HTML-to-builder conversion, WCAG accessibility, stock images, bulk operations. Setup: npx add-mcp for auto-config, --setup wizard, --doctor diagnostics. Duplicate-before-edit safety. Skills marketplace with 26 AI workflows.",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
8
8
  "wordpress-mcp-server": "./dist/index.js",