mcp-wordpress 2.6.0 → 2.6.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.
- package/README.md +8 -53
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,58 +1,5 @@
|
|
|
1
1
|
# 🚀 MCP WordPress Server
|
|
2
2
|
|
|
3
|
-
<!-- Animated Updates Banner -->
|
|
4
|
-
<div align="center">
|
|
5
|
-
|
|
6
|
-
<!-- Dynamic Moving Banner (HTML) -->
|
|
7
|
-
<div style="
|
|
8
|
-
background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ffeaa7);
|
|
9
|
-
background-size: 500% 500%;
|
|
10
|
-
animation: rainbow 3s linear infinite;
|
|
11
|
-
padding: 12px;
|
|
12
|
-
border-radius: 8px;
|
|
13
|
-
margin: 15px 0;
|
|
14
|
-
overflow: hidden;
|
|
15
|
-
">
|
|
16
|
-
<marquee behavior="scroll" direction="left" scrollamount="4"
|
|
17
|
-
style="color: white; font-weight: bold; font-size: 14px; text-shadow: 1px 1px 2px rgba(0,0,0,0.7);">
|
|
18
|
-
🎉 NEW! Multi-Site DXT Extension • 🔧 Claude Desktop Integration • ✨ 59 WordPress Tools • 📦 Production Ready •
|
|
19
|
-
🚀 Auto-Configuration Detection • 💎 Enhanced Performance • 🛡️ Security Validated
|
|
20
|
-
</marquee>
|
|
21
|
-
</div>
|
|
22
|
-
|
|
23
|
-
<style>
|
|
24
|
-
@keyframes rainbow {
|
|
25
|
-
0% { background-position: 0% 50%; }
|
|
26
|
-
50% { background-position: 100% 50%; }
|
|
27
|
-
100% { background-position: 0% 50%; }
|
|
28
|
-
}
|
|
29
|
-
</style>
|
|
30
|
-
|
|
31
|
-
<!-- GitHub-Compatible Banner -->
|
|
32
|
-
> ## 🎉 **LATEST UPDATES** 🎉
|
|
33
|
-
>
|
|
34
|
-
> **🆕 Multi-Site DXT Extension with UI Toggle** • **🔧 Enhanced Claude Desktop Integration** • **✨ 59 WordPress Tools Ready**
|
|
35
|
-
>
|
|
36
|
-
> **📦 New Features:** DXT Multi-Site Mode | Auto-Configuration Detection | Production-Ready Performance
|
|
37
|
-
>
|
|
38
|
-
> *Updated: August 2024 | Version 2.5.4+ | [View Changelog →](#-changelog)*
|
|
39
|
-
|
|
40
|
-
<details>
|
|
41
|
-
<summary><b>🚀 What's New in v2.5.4+</b></summary>
|
|
42
|
-
|
|
43
|
-
- ✅ **Multi-Site DXT Extension** - Manage multiple WordPress sites from Claude Desktop
|
|
44
|
-
- ✅ **UI Toggle for Multi-Site Mode** - Simple checkbox to enable/disable multi-site functionality
|
|
45
|
-
- ✅ **Enhanced Configuration Detection** - Automatic detection of mcp-wordpress.config.json files
|
|
46
|
-
- ✅ **Improved Error Handling** - Better error messages and debugging support
|
|
47
|
-
- ✅ **Performance Optimizations** - Enhanced caching and request optimization
|
|
48
|
-
- ✅ **Security Enhancements** - Updated dependencies and security validations
|
|
49
|
-
|
|
50
|
-
</details>
|
|
51
|
-
|
|
52
|
-
---
|
|
53
|
-
|
|
54
|
-
</div>
|
|
55
|
-
|
|
56
3
|
<div align="center">
|
|
57
4
|
<img src="images/wordpress-mcp-logo.png" width="50%" alt="WordPress MCP Logo">
|
|
58
5
|
|
|
@@ -83,6 +30,14 @@ Manage WordPress sites with natural language through AI tools like Claude Deskto
|
|
|
83
30
|
[](https://github.com/docdyhr/mcp-wordpress/blob/main/LICENSE)
|
|
84
31
|
[](https://smithery.ai/server/@docdyhr/mcp-wordpress)
|
|
85
32
|
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
### 🎉 **NEW:** Multi-Site DXT Extension Now Available!
|
|
36
|
+
|
|
37
|
+
> 🆕 **Claude Desktop Integration** • ✨ **59 WordPress Tools** • 🔧 **Production Ready** • 📦 **Updated August 2025**
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
86
41
|
</div>
|
|
87
42
|
|
|
88
43
|
## 🎯 Why This MCP Server?
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-wordpress",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "Comprehensive Model Context Protocol server for WordPress management with 59 tools, performance monitoring, intelligent caching, auto-generated documentation, Docker support, TypeScript, and production-ready authentication - CI/CD test",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|