mcp-wordpress 3.1.3 → 3.1.4
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,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-wordpress",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"description": "Comprehensive Model Context Protocol server for WordPress management with composition-based architecture, 59 tools, SEO toolkit, performance monitoring, intelligent caching, and production-ready authentication",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -128,7 +128,8 @@
|
|
|
128
128
|
"form-data": "^4.0.3"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
|
-
"
|
|
131
|
+
"minimatch": "10.2.3",
|
|
132
|
+
"tar": "7.5.8"
|
|
132
133
|
},
|
|
133
134
|
"dependencies": {
|
|
134
135
|
"@modelcontextprotocol/sdk": "^1.17.4",
|