@respira/wordpress-mcp-server 8.3.24 → 8.3.26

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 (111) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/README.md +114 -20
  3. package/TOOL_CATALOG.md +445 -307
  4. package/dist/__tests__/087103bc-the-host-answers-well-known-first.test.d.ts +2 -0
  5. package/dist/__tests__/087103bc-the-host-answers-well-known-first.test.d.ts.map +1 -0
  6. package/dist/__tests__/087103bc-the-host-answers-well-known-first.test.js +73 -0
  7. package/dist/__tests__/087103bc-the-host-answers-well-known-first.test.js.map +1 -0
  8. package/dist/__tests__/0e6bd33c-redeem-preserves-per-site-settings.test.js +3 -2
  9. package/dist/__tests__/0e6bd33c-redeem-preserves-per-site-settings.test.js.map +1 -1
  10. package/dist/__tests__/685d8023-a-403-from-the-web-server-shows-its-evidence.test.d.ts +2 -0
  11. package/dist/__tests__/685d8023-a-403-from-the-web-server-shows-its-evidence.test.d.ts.map +1 -0
  12. package/dist/__tests__/685d8023-a-403-from-the-web-server-shows-its-evidence.test.js +106 -0
  13. package/dist/__tests__/685d8023-a-403-from-the-web-server-shows-its-evidence.test.js.map +1 -0
  14. package/dist/__tests__/81c478df-create-page-duplicate-id-aliases.test.d.ts +11 -0
  15. package/dist/__tests__/81c478df-create-page-duplicate-id-aliases.test.d.ts.map +1 -0
  16. package/dist/__tests__/81c478df-create-page-duplicate-id-aliases.test.js +80 -0
  17. package/dist/__tests__/81c478df-create-page-duplicate-id-aliases.test.js.map +1 -0
  18. package/dist/__tests__/81c478df-rest-no-route-blames-the-plugin.test.d.ts +16 -0
  19. package/dist/__tests__/81c478df-rest-no-route-blames-the-plugin.test.d.ts.map +1 -0
  20. package/dist/__tests__/81c478df-rest-no-route-blames-the-plugin.test.js +105 -0
  21. package/dist/__tests__/81c478df-rest-no-route-blames-the-plugin.test.js.map +1 -0
  22. package/dist/__tests__/dfc0e156-plugin-file-with-a-slash.test.d.ts +2 -0
  23. package/dist/__tests__/dfc0e156-plugin-file-with-a-slash.test.d.ts.map +1 -0
  24. package/dist/__tests__/dfc0e156-plugin-file-with-a-slash.test.js +69 -0
  25. package/dist/__tests__/dfc0e156-plugin-file-with-a-slash.test.js.map +1 -0
  26. package/dist/__tests__/fb4ec63e-update-advice-matches-the-install.test.d.ts +15 -0
  27. package/dist/__tests__/fb4ec63e-update-advice-matches-the-install.test.d.ts.map +1 -0
  28. package/dist/__tests__/fb4ec63e-update-advice-matches-the-install.test.js +61 -0
  29. package/dist/__tests__/fb4ec63e-update-advice-matches-the-install.test.js.map +1 -0
  30. package/dist/__tests__/plugin-slug-path-encoding.test.d.ts +2 -0
  31. package/dist/__tests__/plugin-slug-path-encoding.test.d.ts.map +1 -0
  32. package/dist/__tests__/plugin-slug-path-encoding.test.js +41 -0
  33. package/dist/__tests__/plugin-slug-path-encoding.test.js.map +1 -0
  34. package/dist/__tests__/release-9-surface.test.d.ts +2 -0
  35. package/dist/__tests__/release-9-surface.test.d.ts.map +1 -0
  36. package/dist/__tests__/release-9-surface.test.js +197 -0
  37. package/dist/__tests__/release-9-surface.test.js.map +1 -0
  38. package/dist/config.d.ts +31 -0
  39. package/dist/config.d.ts.map +1 -1
  40. package/dist/config.js +57 -0
  41. package/dist/config.js.map +1 -1
  42. package/dist/install-skills.d.ts +4 -5
  43. package/dist/install-skills.d.ts.map +1 -1
  44. package/dist/install-skills.js +4 -5
  45. package/dist/install-skills.js.map +1 -1
  46. package/dist/server.d.ts.map +1 -1
  47. package/dist/server.js +328 -89
  48. package/dist/server.js.map +1 -1
  49. package/dist/skill-prompts.d.ts +43 -0
  50. package/dist/skill-prompts.d.ts.map +1 -0
  51. package/dist/skill-prompts.js +135 -0
  52. package/dist/skill-prompts.js.map +1 -0
  53. package/dist/wordpress-client.d.ts +132 -11
  54. package/dist/wordpress-client.d.ts.map +1 -1
  55. package/dist/wordpress-client.js +380 -39
  56. package/dist/wordpress-client.js.map +1 -1
  57. package/package.json +2 -2
  58. package/skills/activity-report-composer/SKILL.md +17 -5
  59. package/skills/activity-report-composer/metadata.json +2 -2
  60. package/skills/art-direction/SKILL.md +9 -3
  61. package/skills/art-direction/metadata.json +7 -3
  62. package/skills/brand-voice-synthesizer/SKILL.md +36 -16
  63. package/skills/brand-voice-synthesizer/metadata.json +8 -4
  64. package/skills/build-oxygen6-page/SKILL.md +17 -2
  65. package/skills/conversion-audit/SKILL.md +12 -0
  66. package/skills/custom-post-type-architect/SKILL.md +12 -0
  67. package/skills/figma-to-bricks/SKILL.md +4 -2
  68. package/skills/figma-to-divi/SKILL.md +4 -2
  69. package/skills/figma-to-elementor/SKILL.md +8 -1
  70. package/skills/figma-to-gutenberg/SKILL.md +4 -2
  71. package/skills/html-to-breakdance/SKILL.md +7 -3
  72. package/skills/html-to-breakdance/metadata.json +7 -3
  73. package/skills/html-to-bricks/SKILL.md +7 -3
  74. package/skills/html-to-bricks/metadata.json +7 -3
  75. package/skills/internal-link-builder/SKILL.md +12 -0
  76. package/skills/migrate-beaver-builder-to-bricks/SKILL.md +19 -3
  77. package/skills/migrate-beaver-builder-to-gutenberg/SKILL.md +19 -3
  78. package/skills/migrate-brizy-to-gutenberg/SKILL.md +19 -3
  79. package/skills/migrate-divi-to-breakdance/SKILL.md +19 -3
  80. package/skills/migrate-divi-to-bricks/SKILL.md +19 -3
  81. package/skills/migrate-divi-to-gutenberg/SKILL.md +19 -3
  82. package/skills/migrate-elementor-to-breakdance/SKILL.md +20 -4
  83. package/skills/migrate-elementor-to-bricks/SKILL.md +20 -4
  84. package/skills/migrate-elementor-to-gutenberg/SKILL.md +20 -4
  85. package/skills/migrate-elementor-to-oxygen/SKILL.md +20 -4
  86. package/skills/migrate-oxygen-to-breakdance/SKILL.md +19 -3
  87. package/skills/migrate-oxygen-to-bricks/SKILL.md +19 -3
  88. package/skills/migrate-thrive-architect-to-gutenberg/SKILL.md +19 -3
  89. package/skills/migrate-visual-composer-to-gutenberg/SKILL.md +19 -3
  90. package/skills/migrate-wpbakery-to-bricks/SKILL.md +19 -3
  91. package/skills/migrate-wpbakery-to-gutenberg/SKILL.md +19 -3
  92. package/skills/mobile-experience-report/SKILL.md +12 -0
  93. package/skills/murmur-review-loop/SKILL.md +142 -0
  94. package/skills/page-template-library/SKILL.md +12 -0
  95. package/skills/respira-builder-edits/SKILL.md +1 -0
  96. package/skills/respira-setup-assistant/SKILL.md +12 -0
  97. package/skills/respira-site-audit/SKILL.md +18 -6
  98. package/skills/respira-woocommerce/SKILL.md +1 -0
  99. package/skills/seo-aeo-amplifier/SKILL.md +14 -2
  100. package/skills/seo-aeo-amplifier/metadata.json +2 -2
  101. package/skills/stale-content-detector/SKILL.md +12 -0
  102. package/skills/technical-debt-audit/SKILL.md +14 -2
  103. package/skills/woo-marketing-campaigns/SKILL.md +12 -9
  104. package/skills/woo-pricing-promotions/SKILL.md +9 -9
  105. package/skills/woocommerce-health-check/SKILL.md +22 -8
  106. package/skills/wordpress-ai-image-optimizer/SKILL.md +14 -2
  107. package/skills/wordpress-ai-image-optimizer/metadata.json +2 -2
  108. package/skills/wordpress-security-review/SKILL.md +154 -0
  109. package/skills/wordpress-site-dna/README.md +1 -1
  110. package/skills/wordpress-site-dna/SKILL.md +52 -19
  111. package/tool-capabilities.json +3171 -370

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.