mcp-wordpress 2.9.0 → 2.9.2
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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-wordpress",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.2",
|
|
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",
|
|
@@ -79,10 +79,11 @@
|
|
|
79
79
|
"test:auth": "node scripts/test-auth.js",
|
|
80
80
|
"test:batch": "npm run test:batch:1 && npm run test:batch:2 && npm run test:batch:3 && npm run test:batch:4",
|
|
81
81
|
"test:batch:1": "npm run build && NODE_OPTIONS=\"--max-old-space-size=4096\" vitest run tests/security/ tests/cache/ tests/server/",
|
|
82
|
-
"test:batch:2": "npm run build && NODE_OPTIONS=\"--max-old-space-size=
|
|
83
|
-
"test:batch:3": "npm run build && NODE_OPTIONS=\"--max-old-space-size=
|
|
84
|
-
"test:batch:4": "npm run build && NODE_OPTIONS=\"--max-old-space-size=
|
|
85
|
-
"test:ci": "npm run build && CI=true NODE_OPTIONS=\"--max-old-space-size=
|
|
82
|
+
"test:batch:2": "npm run build && NODE_OPTIONS=\"--max-old-space-size=8192\" vitest run tests/client/ tests/config/ tests/utils/ --reporter=basic",
|
|
83
|
+
"test:batch:3": "npm run build && NODE_OPTIONS=\"--max-old-space-size=8192\" vitest run tests/tools/ tests/performance/ --reporter=basic",
|
|
84
|
+
"test:batch:4": "npm run build && NODE_OPTIONS=\"--max-old-space-size=6144\" vitest run tests/*.test.js tests/docs/ --reporter=basic",
|
|
85
|
+
"test:ci": "npm run build && CI=true NODE_OPTIONS=\"--max-old-space-size=8192\" vitest run --reporter=basic",
|
|
86
|
+
"test:ci:safe": "NODE_OPTIONS=\"--max-old-space-size=8192\" npx vitest run --config vitest.ci.config.ts",
|
|
86
87
|
"test:compatibility": "npm run build && vitest run tests/compatibility/ || echo 'No compatibility tests found'",
|
|
87
88
|
"test:config": "npm run build && vitest run tests/config/",
|
|
88
89
|
"test:coverage": "npm run build && NODE_OPTIONS=\"--max-old-space-size=6144\" vitest run --coverage",
|
|
@@ -137,7 +138,6 @@
|
|
|
137
138
|
"@vitest/coverage-v8": "^3.2.4",
|
|
138
139
|
"@vitest/ui": "^3.2.4",
|
|
139
140
|
"archiver": "^7.0.1",
|
|
140
|
-
"c8": "^10.1.3",
|
|
141
141
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
142
142
|
"eslint": "^9.34.0",
|
|
143
143
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -155,7 +155,6 @@
|
|
|
155
155
|
"semantic-release": "^24.2.7",
|
|
156
156
|
"sort-package-json": "^3.4.0",
|
|
157
157
|
"tsc-alias": "^1.8.16",
|
|
158
|
-
"tsconfig-paths": "^4.2.0",
|
|
159
158
|
"typescript": "^5.9.2",
|
|
160
159
|
"vite-tsconfig-paths": "^5.1.4",
|
|
161
160
|
"vitest": "^3.2.4"
|