mcp-wordpress 2.8.1 → 2.9.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 +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-wordpress",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.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",
|
|
@@ -137,7 +137,6 @@
|
|
|
137
137
|
"@vitest/coverage-v8": "^3.2.4",
|
|
138
138
|
"@vitest/ui": "^3.2.4",
|
|
139
139
|
"archiver": "^7.0.1",
|
|
140
|
-
"c8": "^10.1.3",
|
|
141
140
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
142
141
|
"eslint": "^9.34.0",
|
|
143
142
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -155,7 +154,6 @@
|
|
|
155
154
|
"semantic-release": "^24.2.7",
|
|
156
155
|
"sort-package-json": "^3.4.0",
|
|
157
156
|
"tsc-alias": "^1.8.16",
|
|
158
|
-
"tsconfig-paths": "^4.2.0",
|
|
159
157
|
"typescript": "^5.9.2",
|
|
160
158
|
"vite-tsconfig-paths": "^5.1.4",
|
|
161
159
|
"vitest": "^3.2.4"
|