mcp-wordpress 2.8.0 → 2.8.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/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-wordpress",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1",
|
|
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",
|
|
@@ -83,12 +83,14 @@
|
|
|
83
83
|
"test:batch:3": "npm run build && NODE_OPTIONS=\"--max-old-space-size=4096\" vitest run tests/tools/ tests/performance/",
|
|
84
84
|
"test:batch:4": "npm run build && NODE_OPTIONS=\"--max-old-space-size=4096\" vitest run tests/*.test.js tests/docs/",
|
|
85
85
|
"test:ci": "npm run build && CI=true NODE_OPTIONS=\"--max-old-space-size=4096\" vitest run",
|
|
86
|
+
"test:compatibility": "npm run build && vitest run tests/compatibility/ || echo 'No compatibility tests found'",
|
|
86
87
|
"test:config": "npm run build && vitest run tests/config/",
|
|
87
88
|
"test:coverage": "npm run build && NODE_OPTIONS=\"--max-old-space-size=6144\" vitest run --coverage",
|
|
88
89
|
"test:coverage:report": "npm run test:coverage && node scripts/coverage-guardrail.js",
|
|
89
90
|
"test:memory-config": "npm run build && NODE_OPTIONS=\"--max-old-space-size=6144\" vitest run --config vitest.memory-safe.config.ts",
|
|
90
91
|
"test:memory-safe": "npm run build && NODE_OPTIONS=\"--max-old-space-size=6144 --max-semi-space-size=256\" vitest run --no-coverage --reporter=basic",
|
|
91
92
|
"test:performance": "npm run build && vitest run tests/performance/",
|
|
93
|
+
"test:performance:ci": "npm run build && NODE_OPTIONS=\"--max-old-space-size=4096\" vitest run tests/performance/ --reporter=json --outputFile=performance-results.json",
|
|
92
94
|
"test:safe": "node scripts/run-tests-safe.cjs",
|
|
93
95
|
"test:security": "npm run build && vitest run tests/security/",
|
|
94
96
|
"test:tools": "node scripts/test-all-tools-fixed.js",
|