mcp-wordpress 2.4.0 → 2.4.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/README.md +8 -0
  2. package/package.json +9 -2
package/README.md CHANGED
@@ -1057,6 +1057,14 @@ docker pull docdyhr/mcp-wordpress:1.3.1
1057
1057
 
1058
1058
  ---
1059
1059
 
1060
+ ## 🔗 Similar Projects
1061
+
1062
+ Looking for alternatives or complementary tools? Check out these WordPress MCP implementations:
1063
+
1064
+ - **[Automattic WordPress MCP](https://github.com/Automattic/wordpress-mcp)** - Official WordPress MCP server by Automattic
1065
+
1066
+ ---
1067
+
1060
1068
  ## 🙏 Acknowledgments
1061
1069
 
1062
1070
  Special thanks to **[Stephan Ferraro](https://github.com/ferraro)** for the upstream project that inspired this
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-wordpress",
3
- "version": "2.4.0",
3
+ "version": "2.4.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",
5
5
  "keywords": [
6
6
  "mcp",
@@ -106,7 +106,7 @@
106
106
  "test:legacy": "npm run build && NODE_OPTIONS=\"--experimental-vm-modules\" jest",
107
107
  "test:mcp": "node scripts/test-mcp.js",
108
108
  "test:multisite": "node scripts/test-multisite-quick.js",
109
- "test:performance": "npm run build && NODE_OPTIONS=\"--experimental-vm-modules\" jest tests/performance/",
109
+ "test:performance": "npm run build && NODE_OPTIONS=\"--experimental-vm-modules\" jest tests/performance/ --passWithNoTests",
110
110
  "test:property": "npm run build && NODE_OPTIONS=\"--experimental-vm-modules\" jest tests/property/",
111
111
  "test:security": "npm run build && NODE_OPTIONS=\"--experimental-vm-modules\" jest tests/security/",
112
112
  "test:security:penetration": "npm run build && NODE_OPTIONS=\"--experimental-vm-modules\" jest tests/security/penetration-tests.test.js",
@@ -130,6 +130,13 @@
130
130
  "sort-package-json"
131
131
  ]
132
132
  },
133
+ "overrides": {
134
+ "@pact-foundation/pact-node": {
135
+ "@types/request": {
136
+ "form-data": "^4.0.3"
137
+ }
138
+ }
139
+ },
133
140
  "dependencies": {
134
141
  "@modelcontextprotocol/sdk": "^1.0.0",
135
142
  "dotenv": "^16.3.1",