mcp-wordpress 2.4.2 → 2.5.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 (653) hide show
  1. package/README.md +124 -54
  2. package/bin/status.js +1 -1
  3. package/dist/cache/CacheInvalidation.d.ts +3 -1
  4. package/dist/cache/CacheInvalidation.d.ts.map +1 -1
  5. package/dist/cache/CacheInvalidation.js +10 -4
  6. package/dist/cache/CacheInvalidation.js.map +1 -1
  7. package/dist/cache/CacheManager.d.ts +3 -2
  8. package/dist/cache/CacheManager.d.ts.map +1 -1
  9. package/dist/cache/CacheManager.js +11 -3
  10. package/dist/cache/CacheManager.js.map +1 -1
  11. package/dist/cache/HttpCacheWrapper.d.ts +7 -6
  12. package/dist/cache/HttpCacheWrapper.d.ts.map +1 -1
  13. package/dist/cache/HttpCacheWrapper.js +8 -5
  14. package/dist/cache/HttpCacheWrapper.js.map +1 -1
  15. package/dist/cache/index.d.ts +3 -3
  16. package/dist/cache/index.d.ts.map +1 -1
  17. package/dist/cache/index.js +1 -1
  18. package/dist/cache/index.js.map +1 -1
  19. package/dist/client/CachedWordPressClient.d.ts +23 -9
  20. package/dist/client/CachedWordPressClient.d.ts.map +1 -1
  21. package/dist/client/CachedWordPressClient.js +4 -1
  22. package/dist/client/CachedWordPressClient.js.map +1 -1
  23. package/dist/client/MockWordPressClient.d.ts +2 -1
  24. package/dist/client/MockWordPressClient.d.ts.map +1 -1
  25. package/dist/client/MockWordPressClient.js +3 -1
  26. package/dist/client/MockWordPressClient.js.map +1 -1
  27. package/dist/client/api.d.ts +17 -13
  28. package/dist/client/api.d.ts.map +1 -1
  29. package/dist/client/api.js +135 -30
  30. package/dist/client/api.js.map +1 -1
  31. package/dist/client/auth.d.ts.map +1 -1
  32. package/dist/client/auth.js +2 -3
  33. package/dist/client/auth.js.map +1 -1
  34. package/dist/client/managers/AuthenticationManager.d.ts +55 -2
  35. package/dist/client/managers/AuthenticationManager.d.ts.map +1 -1
  36. package/dist/client/managers/AuthenticationManager.js +269 -71
  37. package/dist/client/managers/AuthenticationManager.js.map +1 -1
  38. package/dist/client/managers/BaseManager.d.ts +3 -3
  39. package/dist/client/managers/BaseManager.d.ts.map +1 -1
  40. package/dist/client/managers/BaseManager.js +11 -5
  41. package/dist/client/managers/BaseManager.js.map +1 -1
  42. package/dist/client/managers/RequestManager.d.ts +2 -2
  43. package/dist/client/managers/RequestManager.d.ts.map +1 -1
  44. package/dist/client/managers/RequestManager.js +25 -12
  45. package/dist/client/managers/RequestManager.js.map +1 -1
  46. package/dist/config/Config.d.ts +155 -0
  47. package/dist/config/Config.d.ts.map +1 -0
  48. package/dist/config/Config.js +215 -0
  49. package/dist/config/Config.js.map +1 -0
  50. package/dist/config/ConfigurationSchema.d.ts +21 -21
  51. package/dist/config/ConfigurationSchema.d.ts.map +1 -1
  52. package/dist/config/ConfigurationSchema.js +19 -2
  53. package/dist/config/ConfigurationSchema.js.map +1 -1
  54. package/dist/config/ServerConfiguration.d.ts +2 -1
  55. package/dist/config/ServerConfiguration.d.ts.map +1 -1
  56. package/dist/config/ServerConfiguration.js +73 -43
  57. package/dist/config/ServerConfiguration.js.map +1 -1
  58. package/dist/docs/DocumentationGenerator.d.ts +9 -8
  59. package/dist/docs/DocumentationGenerator.d.ts.map +1 -1
  60. package/dist/docs/DocumentationGenerator.js +10 -7
  61. package/dist/docs/DocumentationGenerator.js.map +1 -1
  62. package/dist/docs/MarkdownFormatter.d.ts.map +1 -1
  63. package/dist/docs/MarkdownFormatter.js +3 -2
  64. package/dist/docs/MarkdownFormatter.js.map +1 -1
  65. package/dist/dxt-entry.js +15 -14
  66. package/dist/dxt-entry.js.map +1 -1
  67. package/dist/index.d.ts +3 -1
  68. package/dist/index.d.ts.map +1 -1
  69. package/dist/index.js +37 -21
  70. package/dist/index.js.map +1 -1
  71. package/dist/performance/MetricsCollector.d.ts +13 -7
  72. package/dist/performance/MetricsCollector.d.ts.map +1 -1
  73. package/dist/performance/MetricsCollector.js +69 -27
  74. package/dist/performance/MetricsCollector.js.map +1 -1
  75. package/dist/performance/PerformanceAnalytics.d.ts +8 -2
  76. package/dist/performance/PerformanceAnalytics.d.ts.map +1 -1
  77. package/dist/performance/PerformanceAnalytics.js +17 -47
  78. package/dist/performance/PerformanceAnalytics.js.map +1 -1
  79. package/dist/performance/PerformanceMonitor.d.ts +2 -1
  80. package/dist/performance/PerformanceMonitor.d.ts.map +1 -1
  81. package/dist/performance/PerformanceMonitor.js +12 -13
  82. package/dist/performance/PerformanceMonitor.js.map +1 -1
  83. package/dist/performance/index.d.ts +2 -2
  84. package/dist/performance/index.d.ts.map +1 -1
  85. package/dist/security/AISecurityScanner.d.ts +1 -0
  86. package/dist/security/AISecurityScanner.d.ts.map +1 -1
  87. package/dist/security/AISecurityScanner.js +22 -12
  88. package/dist/security/AISecurityScanner.js.map +1 -1
  89. package/dist/security/AutomatedRemediation.d.ts +4 -3
  90. package/dist/security/AutomatedRemediation.d.ts.map +1 -1
  91. package/dist/security/AutomatedRemediation.js +46 -15
  92. package/dist/security/AutomatedRemediation.js.map +1 -1
  93. package/dist/security/InputValidator.d.ts +13 -9
  94. package/dist/security/InputValidator.d.ts.map +1 -1
  95. package/dist/security/InputValidator.js +4 -2
  96. package/dist/security/InputValidator.js.map +1 -1
  97. package/dist/security/SecurityCIPipeline.d.ts +1 -1
  98. package/dist/security/SecurityCIPipeline.d.ts.map +1 -1
  99. package/dist/security/SecurityCIPipeline.js +38 -29
  100. package/dist/security/SecurityCIPipeline.js.map +1 -1
  101. package/dist/security/SecurityConfig.d.ts +3 -3
  102. package/dist/security/SecurityConfig.d.ts.map +1 -1
  103. package/dist/security/SecurityConfig.js +13 -9
  104. package/dist/security/SecurityConfig.js.map +1 -1
  105. package/dist/security/SecurityConfigManager.d.ts +2 -2
  106. package/dist/security/SecurityConfigManager.d.ts.map +1 -1
  107. package/dist/security/SecurityConfigManager.js +20 -15
  108. package/dist/security/SecurityConfigManager.js.map +1 -1
  109. package/dist/security/SecurityMonitoring.d.ts +2 -2
  110. package/dist/security/SecurityMonitoring.d.ts.map +1 -1
  111. package/dist/security/SecurityMonitoring.js +19 -17
  112. package/dist/security/SecurityMonitoring.js.map +1 -1
  113. package/dist/security/SecurityReviewer.d.ts.map +1 -1
  114. package/dist/security/SecurityReviewer.js +10 -7
  115. package/dist/security/SecurityReviewer.js.map +1 -1
  116. package/dist/security/index.d.ts +24 -23
  117. package/dist/security/index.d.ts.map +1 -1
  118. package/dist/security/index.js +52 -23
  119. package/dist/security/index.js.map +1 -1
  120. package/dist/server/ConnectionTester.d.ts +12 -4
  121. package/dist/server/ConnectionTester.d.ts.map +1 -1
  122. package/dist/server/ConnectionTester.js +96 -22
  123. package/dist/server/ConnectionTester.js.map +1 -1
  124. package/dist/server/ToolRegistry.d.ts +2 -2
  125. package/dist/server/ToolRegistry.d.ts.map +1 -1
  126. package/dist/server/ToolRegistry.js +10 -5
  127. package/dist/server/ToolRegistry.js.map +1 -1
  128. package/dist/src/cache/CacheInvalidation.d.ts +120 -0
  129. package/dist/src/cache/CacheInvalidation.d.ts.map +1 -0
  130. package/dist/src/cache/CacheInvalidation.js +355 -0
  131. package/dist/src/cache/CacheInvalidation.js.map +1 -0
  132. package/dist/src/cache/CacheManager.d.ts +149 -0
  133. package/dist/src/cache/CacheManager.d.ts.map +1 -0
  134. package/dist/src/cache/CacheManager.js +326 -0
  135. package/dist/src/cache/CacheManager.js.map +1 -0
  136. package/dist/src/cache/HttpCacheWrapper.d.ts +122 -0
  137. package/dist/src/cache/HttpCacheWrapper.d.ts.map +1 -0
  138. package/dist/src/cache/HttpCacheWrapper.js +283 -0
  139. package/dist/src/cache/HttpCacheWrapper.js.map +1 -0
  140. package/dist/src/cache/index.d.ts +12 -0
  141. package/dist/src/cache/index.d.ts.map +1 -0
  142. package/dist/src/cache/index.js +9 -0
  143. package/dist/src/cache/index.js.map +1 -0
  144. package/dist/src/client/CachedWordPressClient.d.ts +174 -0
  145. package/dist/src/client/CachedWordPressClient.d.ts.map +1 -0
  146. package/dist/src/client/CachedWordPressClient.js +345 -0
  147. package/dist/src/client/CachedWordPressClient.js.map +1 -0
  148. package/dist/src/client/MockWordPressClient.d.ts +56 -0
  149. package/dist/src/client/MockWordPressClient.d.ts.map +1 -0
  150. package/dist/src/client/MockWordPressClient.js +371 -0
  151. package/dist/src/client/MockWordPressClient.js.map +1 -0
  152. package/dist/src/client/api.d.ts +235 -0
  153. package/dist/src/client/api.d.ts.map +1 -0
  154. package/dist/src/client/api.js +896 -0
  155. package/dist/src/client/api.js.map +1 -0
  156. package/dist/src/client/auth.d.ts +121 -0
  157. package/dist/src/client/auth.d.ts.map +1 -0
  158. package/dist/src/client/auth.js +429 -0
  159. package/dist/src/client/auth.js.map +1 -0
  160. package/dist/src/client/managers/AuthenticationManager.d.ts +92 -0
  161. package/dist/src/client/managers/AuthenticationManager.d.ts.map +1 -0
  162. package/dist/src/client/managers/AuthenticationManager.js +369 -0
  163. package/dist/src/client/managers/AuthenticationManager.js.map +1 -0
  164. package/dist/src/client/managers/BaseManager.d.ts +22 -0
  165. package/dist/src/client/managers/BaseManager.d.ts.map +1 -0
  166. package/dist/src/client/managers/BaseManager.js +53 -0
  167. package/dist/src/client/managers/BaseManager.js.map +1 -0
  168. package/dist/src/client/managers/RequestManager.d.ts +47 -0
  169. package/dist/src/client/managers/RequestManager.d.ts.map +1 -0
  170. package/dist/src/client/managers/RequestManager.js +193 -0
  171. package/dist/src/client/managers/RequestManager.js.map +1 -0
  172. package/dist/src/client/managers/index.d.ts +8 -0
  173. package/dist/src/client/managers/index.d.ts.map +1 -0
  174. package/dist/src/client/managers/index.js +8 -0
  175. package/dist/src/client/managers/index.js.map +1 -0
  176. package/dist/src/config/Config.d.ts +155 -0
  177. package/dist/src/config/Config.d.ts.map +1 -0
  178. package/dist/src/config/Config.js +215 -0
  179. package/dist/src/config/Config.js.map +1 -0
  180. package/dist/src/config/ConfigurationSchema.d.ts +281 -0
  181. package/dist/src/config/ConfigurationSchema.d.ts.map +1 -0
  182. package/dist/src/config/ConfigurationSchema.js +205 -0
  183. package/dist/src/config/ConfigurationSchema.js.map +1 -0
  184. package/dist/src/config/ServerConfiguration.d.ts +47 -0
  185. package/dist/src/config/ServerConfiguration.d.ts.map +1 -0
  186. package/dist/src/config/ServerConfiguration.js +255 -0
  187. package/dist/src/config/ServerConfiguration.js.map +1 -0
  188. package/dist/src/docs/DocumentationGenerator.d.ts +185 -0
  189. package/dist/src/docs/DocumentationGenerator.d.ts.map +1 -0
  190. package/dist/src/docs/DocumentationGenerator.js +777 -0
  191. package/dist/src/docs/DocumentationGenerator.js.map +1 -0
  192. package/dist/src/docs/MarkdownFormatter.d.ts +84 -0
  193. package/dist/src/docs/MarkdownFormatter.d.ts.map +1 -0
  194. package/dist/src/docs/MarkdownFormatter.js +458 -0
  195. package/dist/src/docs/MarkdownFormatter.js.map +1 -0
  196. package/dist/src/docs/index.d.ts +8 -0
  197. package/dist/src/docs/index.d.ts.map +1 -0
  198. package/dist/src/docs/index.js +7 -0
  199. package/dist/src/docs/index.js.map +1 -0
  200. package/dist/src/dxt-entry.d.ts +6 -0
  201. package/dist/src/dxt-entry.d.ts.map +1 -0
  202. package/dist/src/dxt-entry.js +39 -0
  203. package/dist/src/dxt-entry.js.map +1 -0
  204. package/dist/src/index.d.ts +18 -0
  205. package/dist/src/index.d.ts.map +1 -0
  206. package/dist/src/index.js +143 -0
  207. package/dist/src/index.js.map +1 -0
  208. package/dist/src/performance/MetricsCollector.d.ts +145 -0
  209. package/dist/src/performance/MetricsCollector.d.ts.map +1 -0
  210. package/dist/src/performance/MetricsCollector.js +368 -0
  211. package/dist/src/performance/MetricsCollector.js.map +1 -0
  212. package/dist/src/performance/PerformanceAnalytics.d.ts +168 -0
  213. package/dist/src/performance/PerformanceAnalytics.d.ts.map +1 -0
  214. package/dist/src/performance/PerformanceAnalytics.js +570 -0
  215. package/dist/src/performance/PerformanceAnalytics.js.map +1 -0
  216. package/dist/src/performance/PerformanceMonitor.d.ts +203 -0
  217. package/dist/src/performance/PerformanceMonitor.d.ts.map +1 -0
  218. package/dist/src/performance/PerformanceMonitor.js +478 -0
  219. package/dist/src/performance/PerformanceMonitor.js.map +1 -0
  220. package/dist/src/performance/index.d.ts +11 -0
  221. package/dist/src/performance/index.d.ts.map +1 -0
  222. package/dist/src/performance/index.js +8 -0
  223. package/dist/src/performance/index.js.map +1 -0
  224. package/dist/src/security/AISecurityScanner.d.ts +176 -0
  225. package/dist/src/security/AISecurityScanner.d.ts.map +1 -0
  226. package/dist/src/security/AISecurityScanner.js +655 -0
  227. package/dist/src/security/AISecurityScanner.js.map +1 -0
  228. package/dist/src/security/AutomatedRemediation.d.ts +146 -0
  229. package/dist/src/security/AutomatedRemediation.d.ts.map +1 -0
  230. package/dist/src/security/AutomatedRemediation.js +566 -0
  231. package/dist/src/security/AutomatedRemediation.js.map +1 -0
  232. package/dist/src/security/InputValidator.d.ts +219 -0
  233. package/dist/src/security/InputValidator.d.ts.map +1 -0
  234. package/dist/src/security/InputValidator.js +295 -0
  235. package/dist/src/security/InputValidator.js.map +1 -0
  236. package/dist/src/security/SecurityCIPipeline.d.ts +213 -0
  237. package/dist/src/security/SecurityCIPipeline.d.ts.map +1 -0
  238. package/dist/src/security/SecurityCIPipeline.js +693 -0
  239. package/dist/src/security/SecurityCIPipeline.js.map +1 -0
  240. package/dist/src/security/SecurityConfig.d.ts +129 -0
  241. package/dist/src/security/SecurityConfig.d.ts.map +1 -0
  242. package/dist/src/security/SecurityConfig.js +266 -0
  243. package/dist/src/security/SecurityConfig.js.map +1 -0
  244. package/dist/src/security/SecurityConfigManager.d.ts +294 -0
  245. package/dist/src/security/SecurityConfigManager.d.ts.map +1 -0
  246. package/dist/src/security/SecurityConfigManager.js +558 -0
  247. package/dist/src/security/SecurityConfigManager.js.map +1 -0
  248. package/dist/src/security/SecurityMonitoring.d.ts +245 -0
  249. package/dist/src/security/SecurityMonitoring.d.ts.map +1 -0
  250. package/dist/src/security/SecurityMonitoring.js +598 -0
  251. package/dist/src/security/SecurityMonitoring.js.map +1 -0
  252. package/dist/src/security/SecurityReviewer.d.ts +168 -0
  253. package/dist/src/security/SecurityReviewer.d.ts.map +1 -0
  254. package/dist/src/security/SecurityReviewer.js +686 -0
  255. package/dist/src/security/SecurityReviewer.js.map +1 -0
  256. package/dist/src/security/index.d.ts +183 -0
  257. package/dist/src/security/index.d.ts.map +1 -0
  258. package/dist/src/security/index.js +218 -0
  259. package/dist/src/security/index.js.map +1 -0
  260. package/dist/src/server/ConnectionTester.d.ts +32 -0
  261. package/dist/src/server/ConnectionTester.d.ts.map +1 -0
  262. package/dist/src/server/ConnectionTester.js +135 -0
  263. package/dist/src/server/ConnectionTester.js.map +1 -0
  264. package/dist/src/server/ToolRegistry.d.ts +50 -0
  265. package/dist/src/server/ToolRegistry.d.ts.map +1 -0
  266. package/dist/src/server/ToolRegistry.js +219 -0
  267. package/dist/src/server/ToolRegistry.js.map +1 -0
  268. package/dist/src/server.d.ts +7 -0
  269. package/dist/src/server.d.ts.map +1 -0
  270. package/dist/src/server.js +7 -0
  271. package/dist/src/server.js.map +1 -0
  272. package/dist/src/tools/BaseToolManager.d.ts +62 -0
  273. package/dist/src/tools/BaseToolManager.d.ts.map +1 -0
  274. package/dist/src/tools/BaseToolManager.js +195 -0
  275. package/dist/src/tools/BaseToolManager.js.map +1 -0
  276. package/dist/src/tools/auth.d.ts +50 -0
  277. package/dist/src/tools/auth.d.ts.map +1 -0
  278. package/dist/src/tools/auth.js +133 -0
  279. package/dist/src/tools/auth.js.map +1 -0
  280. package/dist/src/tools/cache.d.ts +260 -0
  281. package/dist/src/tools/cache.d.ts.map +1 -0
  282. package/dist/src/tools/cache.js +232 -0
  283. package/dist/src/tools/cache.js.map +1 -0
  284. package/dist/src/tools/comments.d.ts +33 -0
  285. package/dist/src/tools/comments.d.ts.map +1 -0
  286. package/dist/src/tools/comments.js +235 -0
  287. package/dist/src/tools/comments.js.map +1 -0
  288. package/dist/src/tools/index.d.ts +11 -0
  289. package/dist/src/tools/index.d.ts.map +1 -0
  290. package/dist/src/tools/index.js +11 -0
  291. package/dist/src/tools/index.js.map +1 -0
  292. package/dist/src/tools/media.d.ts +70 -0
  293. package/dist/src/tools/media.d.ts.map +1 -0
  294. package/dist/src/tools/media.js +248 -0
  295. package/dist/src/tools/media.js.map +1 -0
  296. package/dist/src/tools/pages.d.ts +32 -0
  297. package/dist/src/tools/pages.d.ts.map +1 -0
  298. package/dist/src/tools/pages.js +215 -0
  299. package/dist/src/tools/pages.js.map +1 -0
  300. package/dist/src/tools/performance.d.ts +73 -0
  301. package/dist/src/tools/performance.d.ts.map +1 -0
  302. package/dist/src/tools/performance.js +922 -0
  303. package/dist/src/tools/performance.js.map +1 -0
  304. package/dist/src/tools/posts/PostHandlers.d.ts +46 -0
  305. package/dist/src/tools/posts/PostHandlers.d.ts.map +1 -0
  306. package/dist/src/tools/posts/PostHandlers.js +400 -0
  307. package/dist/src/tools/posts/PostHandlers.js.map +1 -0
  308. package/dist/src/tools/posts/PostToolDefinitions.d.ts +37 -0
  309. package/dist/src/tools/posts/PostToolDefinitions.d.ts.map +1 -0
  310. package/dist/src/tools/posts/PostToolDefinitions.js +236 -0
  311. package/dist/src/tools/posts/PostToolDefinitions.js.map +1 -0
  312. package/dist/src/tools/posts/index.d.ts +138 -0
  313. package/dist/src/tools/posts/index.d.ts.map +1 -0
  314. package/dist/src/tools/posts/index.js +163 -0
  315. package/dist/src/tools/posts/index.js.map +1 -0
  316. package/dist/src/tools/posts.d.ts +15 -0
  317. package/dist/src/tools/posts.d.ts.map +1 -0
  318. package/dist/src/tools/posts.js +16 -0
  319. package/dist/src/tools/posts.js.map +1 -0
  320. package/dist/src/tools/site.d.ts +32 -0
  321. package/dist/src/tools/site.d.ts.map +1 -0
  322. package/dist/src/tools/site.js +234 -0
  323. package/dist/src/tools/site.js.map +1 -0
  324. package/dist/src/tools/taxonomies.d.ts +36 -0
  325. package/dist/src/tools/taxonomies.d.ts.map +1 -0
  326. package/dist/src/tools/taxonomies.js +286 -0
  327. package/dist/src/tools/taxonomies.js.map +1 -0
  328. package/dist/src/tools/users.d.ts +33 -0
  329. package/dist/src/tools/users.d.ts.map +1 -0
  330. package/dist/src/tools/users.js +308 -0
  331. package/dist/src/tools/users.js.map +1 -0
  332. package/dist/src/types/client.d.ts +223 -0
  333. package/dist/src/types/client.d.ts.map +1 -0
  334. package/dist/src/types/client.js +97 -0
  335. package/dist/src/types/client.js.map +1 -0
  336. package/dist/src/types/enhanced.d.ts +237 -0
  337. package/dist/src/types/enhanced.d.ts.map +1 -0
  338. package/dist/src/types/enhanced.js +49 -0
  339. package/dist/src/types/enhanced.js.map +1 -0
  340. package/dist/src/types/index.d.ts +160 -0
  341. package/dist/src/types/index.d.ts.map +1 -0
  342. package/dist/src/types/index.js +14 -0
  343. package/dist/src/types/index.js.map +1 -0
  344. package/dist/src/types/mcp.d.ts +178 -0
  345. package/dist/src/types/mcp.d.ts.map +1 -0
  346. package/dist/src/types/mcp.js +7 -0
  347. package/dist/src/types/mcp.js.map +1 -0
  348. package/dist/src/types/requests.d.ts +322 -0
  349. package/dist/src/types/requests.d.ts.map +1 -0
  350. package/dist/src/types/requests.js +8 -0
  351. package/dist/src/types/requests.js.map +1 -0
  352. package/dist/src/types/tools.d.ts +506 -0
  353. package/dist/src/types/tools.d.ts.map +1 -0
  354. package/dist/src/types/tools.js +8 -0
  355. package/dist/src/types/tools.js.map +1 -0
  356. package/dist/src/types/wordpress.d.ts +471 -0
  357. package/dist/src/types/wordpress.d.ts.map +1 -0
  358. package/dist/src/types/wordpress.js +14 -0
  359. package/dist/src/types/wordpress.js.map +1 -0
  360. package/dist/src/utils/debug.d.ts +71 -0
  361. package/dist/src/utils/debug.d.ts.map +1 -0
  362. package/dist/src/utils/debug.js +235 -0
  363. package/dist/src/utils/debug.js.map +1 -0
  364. package/dist/src/utils/enhancedError.d.ts +61 -0
  365. package/dist/src/utils/enhancedError.d.ts.map +1 -0
  366. package/dist/src/utils/enhancedError.js +221 -0
  367. package/dist/src/utils/enhancedError.js.map +1 -0
  368. package/dist/src/utils/error.d.ts +17 -0
  369. package/dist/src/utils/error.d.ts.map +1 -0
  370. package/dist/src/utils/error.js +108 -0
  371. package/dist/src/utils/error.js.map +1 -0
  372. package/dist/src/utils/logger.d.ts +106 -0
  373. package/dist/src/utils/logger.d.ts.map +1 -0
  374. package/dist/src/utils/logger.js +280 -0
  375. package/dist/src/utils/logger.js.map +1 -0
  376. package/dist/src/utils/streaming.d.ts +104 -0
  377. package/dist/src/utils/streaming.d.ts.map +1 -0
  378. package/dist/src/utils/streaming.js +331 -0
  379. package/dist/src/utils/streaming.js.map +1 -0
  380. package/dist/src/utils/toolWrapper.d.ts +42 -0
  381. package/dist/src/utils/toolWrapper.d.ts.map +1 -0
  382. package/dist/src/utils/toolWrapper.js +101 -0
  383. package/dist/src/utils/toolWrapper.js.map +1 -0
  384. package/dist/src/utils/validation/core.d.ts +21 -0
  385. package/dist/src/utils/validation/core.d.ts.map +1 -0
  386. package/dist/src/utils/validation/core.js +71 -0
  387. package/dist/src/utils/validation/core.js.map +1 -0
  388. package/dist/src/utils/validation/index.d.ts +25 -0
  389. package/dist/src/utils/validation/index.d.ts.map +1 -0
  390. package/dist/src/utils/validation/index.js +29 -0
  391. package/dist/src/utils/validation/index.js.map +1 -0
  392. package/dist/src/utils/validation/network.d.ts +19 -0
  393. package/dist/src/utils/validation/network.d.ts.map +1 -0
  394. package/dist/src/utils/validation/network.js +93 -0
  395. package/dist/src/utils/validation/network.js.map +1 -0
  396. package/dist/src/utils/validation/rateLimit.d.ts +21 -0
  397. package/dist/src/utils/validation/rateLimit.d.ts.map +1 -0
  398. package/dist/src/utils/validation/rateLimit.js +43 -0
  399. package/dist/src/utils/validation/rateLimit.js.map +1 -0
  400. package/dist/src/utils/validation/security.d.ts +29 -0
  401. package/dist/src/utils/validation/security.d.ts.map +1 -0
  402. package/dist/src/utils/validation/security.js +327 -0
  403. package/dist/src/utils/validation/security.js.map +1 -0
  404. package/dist/src/utils/validation/wordpress.d.ts +31 -0
  405. package/dist/src/utils/validation/wordpress.d.ts.map +1 -0
  406. package/dist/src/utils/validation/wordpress.js +146 -0
  407. package/dist/src/utils/validation/wordpress.js.map +1 -0
  408. package/dist/src/utils/validation.d.ts +15 -0
  409. package/dist/src/utils/validation.d.ts.map +1 -0
  410. package/dist/src/utils/validation.js +27 -0
  411. package/dist/src/utils/validation.js.map +1 -0
  412. package/dist/tests/vitest.setup.d.ts +6 -0
  413. package/dist/tests/vitest.setup.d.ts.map +1 -0
  414. package/dist/tests/vitest.setup.js +39 -0
  415. package/dist/tests/vitest.setup.js.map +1 -0
  416. package/dist/tools/BaseToolManager.d.ts +47 -11
  417. package/dist/tools/BaseToolManager.d.ts.map +1 -1
  418. package/dist/tools/BaseToolManager.js +168 -29
  419. package/dist/tools/BaseToolManager.js.map +1 -1
  420. package/dist/tools/auth.d.ts +16 -10
  421. package/dist/tools/auth.d.ts.map +1 -1
  422. package/dist/tools/auth.js +3 -2
  423. package/dist/tools/auth.js.map +1 -1
  424. package/dist/tools/cache.d.ts +30 -30
  425. package/dist/tools/cache.d.ts.map +1 -1
  426. package/dist/tools/cache.js +1 -6
  427. package/dist/tools/cache.js.map +1 -1
  428. package/dist/tools/comments.d.ts +20 -20
  429. package/dist/tools/comments.d.ts.map +1 -1
  430. package/dist/tools/comments.js +16 -9
  431. package/dist/tools/comments.js.map +1 -1
  432. package/dist/tools/media.d.ts +18 -16
  433. package/dist/tools/media.d.ts.map +1 -1
  434. package/dist/tools/media.js +16 -15
  435. package/dist/tools/media.js.map +1 -1
  436. package/dist/tools/pages.d.ts +19 -17
  437. package/dist/tools/pages.d.ts.map +1 -1
  438. package/dist/tools/pages.js +16 -12
  439. package/dist/tools/pages.js.map +1 -1
  440. package/dist/tools/performance.d.ts +11 -1
  441. package/dist/tools/performance.d.ts.map +1 -1
  442. package/dist/tools/performance.js +67 -34
  443. package/dist/tools/performance.js.map +1 -1
  444. package/dist/tools/posts/PostHandlers.d.ts +46 -0
  445. package/dist/tools/posts/PostHandlers.d.ts.map +1 -0
  446. package/dist/tools/posts/PostHandlers.js +400 -0
  447. package/dist/tools/posts/PostHandlers.js.map +1 -0
  448. package/dist/tools/posts/PostToolDefinitions.d.ts +37 -0
  449. package/dist/tools/posts/PostToolDefinitions.d.ts.map +1 -0
  450. package/dist/tools/posts/PostToolDefinitions.js +236 -0
  451. package/dist/tools/posts/PostToolDefinitions.js.map +1 -0
  452. package/dist/tools/posts/index.d.ts +138 -0
  453. package/dist/tools/posts/index.d.ts.map +1 -0
  454. package/dist/tools/posts/index.js +163 -0
  455. package/dist/tools/posts/index.js.map +1 -0
  456. package/dist/tools/posts.d.ts +10 -246
  457. package/dist/tools/posts.d.ts.map +1 -1
  458. package/dist/tools/posts.js +11 -723
  459. package/dist/tools/posts.js.map +1 -1
  460. package/dist/tools/site.d.ts +19 -18
  461. package/dist/tools/site.d.ts.map +1 -1
  462. package/dist/tools/site.js +14 -10
  463. package/dist/tools/site.js.map +1 -1
  464. package/dist/tools/taxonomies.d.ts +23 -24
  465. package/dist/tools/taxonomies.d.ts.map +1 -1
  466. package/dist/tools/taxonomies.js +24 -18
  467. package/dist/tools/taxonomies.js.map +1 -1
  468. package/dist/tools/users.d.ts +20 -15
  469. package/dist/tools/users.d.ts.map +1 -1
  470. package/dist/tools/users.js +12 -8
  471. package/dist/tools/users.js.map +1 -1
  472. package/dist/types/client.d.ts +48 -41
  473. package/dist/types/client.d.ts.map +1 -1
  474. package/dist/types/client.js +30 -5
  475. package/dist/types/client.js.map +1 -1
  476. package/dist/types/enhanced.d.ts +237 -0
  477. package/dist/types/enhanced.d.ts.map +1 -0
  478. package/dist/types/enhanced.js +49 -0
  479. package/dist/types/enhanced.js.map +1 -0
  480. package/dist/types/index.d.ts +15 -12
  481. package/dist/types/index.d.ts.map +1 -1
  482. package/dist/types/index.js +2 -0
  483. package/dist/types/index.js.map +1 -1
  484. package/dist/types/mcp.d.ts +12 -12
  485. package/dist/types/mcp.d.ts.map +1 -1
  486. package/dist/types/requests.d.ts +322 -0
  487. package/dist/types/requests.d.ts.map +1 -0
  488. package/dist/types/requests.js +8 -0
  489. package/dist/types/requests.js.map +1 -0
  490. package/dist/types/tools.d.ts +506 -0
  491. package/dist/types/tools.d.ts.map +1 -0
  492. package/dist/types/tools.js +8 -0
  493. package/dist/types/tools.js.map +1 -0
  494. package/dist/types/wordpress.d.ts +43 -15
  495. package/dist/types/wordpress.d.ts.map +1 -1
  496. package/dist/types/wordpress.js +8 -1
  497. package/dist/types/wordpress.js.map +1 -1
  498. package/dist/utils/debug.d.ts +19 -11
  499. package/dist/utils/debug.d.ts.map +1 -1
  500. package/dist/utils/debug.js +46 -10
  501. package/dist/utils/debug.js.map +1 -1
  502. package/dist/utils/enhancedError.d.ts +8 -8
  503. package/dist/utils/enhancedError.d.ts.map +1 -1
  504. package/dist/utils/enhancedError.js.map +1 -1
  505. package/dist/utils/error.d.ts +2 -4
  506. package/dist/utils/error.d.ts.map +1 -1
  507. package/dist/utils/error.js +42 -5
  508. package/dist/utils/error.js.map +1 -1
  509. package/dist/utils/logger.d.ts +106 -0
  510. package/dist/utils/logger.d.ts.map +1 -0
  511. package/dist/utils/logger.js +280 -0
  512. package/dist/utils/logger.js.map +1 -0
  513. package/dist/utils/streaming.d.ts +9 -9
  514. package/dist/utils/streaming.d.ts.map +1 -1
  515. package/dist/utils/streaming.js +71 -52
  516. package/dist/utils/streaming.js.map +1 -1
  517. package/dist/utils/toolWrapper.d.ts +9 -7
  518. package/dist/utils/toolWrapper.d.ts.map +1 -1
  519. package/dist/utils/toolWrapper.js.map +1 -1
  520. package/dist/utils/validation/core.d.ts +21 -0
  521. package/dist/utils/validation/core.d.ts.map +1 -0
  522. package/dist/utils/validation/core.js +71 -0
  523. package/dist/utils/validation/core.js.map +1 -0
  524. package/dist/utils/validation/index.d.ts +25 -0
  525. package/dist/utils/validation/index.d.ts.map +1 -0
  526. package/dist/utils/validation/index.js +29 -0
  527. package/dist/utils/validation/index.js.map +1 -0
  528. package/dist/utils/validation/network.d.ts +19 -0
  529. package/dist/utils/validation/network.d.ts.map +1 -0
  530. package/dist/utils/validation/network.js +93 -0
  531. package/dist/utils/validation/network.js.map +1 -0
  532. package/dist/utils/validation/rateLimit.d.ts +21 -0
  533. package/dist/utils/validation/rateLimit.d.ts.map +1 -0
  534. package/dist/utils/validation/rateLimit.js +43 -0
  535. package/dist/utils/validation/rateLimit.js.map +1 -0
  536. package/dist/utils/validation/security.d.ts +29 -0
  537. package/dist/utils/validation/security.d.ts.map +1 -0
  538. package/dist/utils/validation/security.js +327 -0
  539. package/dist/utils/validation/security.js.map +1 -0
  540. package/dist/utils/validation/wordpress.d.ts +31 -0
  541. package/dist/utils/validation/wordpress.d.ts.map +1 -0
  542. package/dist/utils/validation/wordpress.js +146 -0
  543. package/dist/utils/validation/wordpress.js.map +1 -0
  544. package/dist/utils/validation.d.ts +13 -82
  545. package/dist/utils/validation.d.ts.map +1 -1
  546. package/dist/utils/validation.js +25 -343
  547. package/dist/utils/validation.js.map +1 -1
  548. package/docs/BADGE_UPDATES.md +132 -0
  549. package/docs/CI_CD_IMPROVEMENTS.md +191 -0
  550. package/docs/INCREMENTAL_COVERAGE.md +183 -0
  551. package/docs/INSTALLATION.md +4 -2
  552. package/docs/TROUBLESHOOTING.md +2 -1
  553. package/docs/api/README.md +3 -1
  554. package/docs/api/openapi.json +5 -1
  555. package/docs/api/summary.json +1 -1
  556. package/docs/api/tools/wp_create_post.md +12 -14
  557. package/docs/developer/TESTING.md +24 -19
  558. package/docs/examples/claude-desktop-config.md +1 -1
  559. package/docs/examples/docker-production.md +100 -93
  560. package/docs/examples/multi-site-setup.md +5 -4
  561. package/docs/examples/single-site-setup.md +3 -4
  562. package/docs/examples/use-case-workflows.md +4 -5
  563. package/docs/integrations/claude-desktop.md +39 -34
  564. package/docs/integrations/cline.md +4 -4
  565. package/docs/integrations/vs-code.md +9 -8
  566. package/docs/user-guides/DXT_INSTALLATION.md +2 -1
  567. package/docs/user-guides/SMITHERY_SETUP.md +10 -10
  568. package/package.json +57 -39
  569. package/src/cache/CacheInvalidation.ts +12 -5
  570. package/src/cache/CacheManager.ts +18 -15
  571. package/src/cache/HttpCacheWrapper.ts +30 -59
  572. package/src/cache/__tests__/HttpCacheWrapper.test.ts +6 -5
  573. package/src/cache/index.ts +3 -14
  574. package/src/client/CachedWordPressClient.ts +32 -30
  575. package/src/client/MockWordPressClient.ts +4 -2
  576. package/src/client/api.ts +186 -64
  577. package/src/client/auth.ts +15 -40
  578. package/src/client/managers/AuthenticationManager.ts +337 -77
  579. package/src/client/managers/BaseManager.ts +18 -30
  580. package/src/client/managers/RequestManager.ts +39 -44
  581. package/src/config/Config.ts +308 -0
  582. package/src/config/ConfigurationSchema.ts +23 -2
  583. package/src/config/ServerConfiguration.ts +73 -49
  584. package/src/docs/DocumentationGenerator.ts +50 -39
  585. package/src/docs/MarkdownFormatter.ts +19 -29
  586. package/src/dxt-entry.cjs +26 -16
  587. package/src/dxt-entry.ts +17 -27
  588. package/src/index.ts +42 -28
  589. package/src/performance/MetricsCollector.ts +108 -86
  590. package/src/performance/PerformanceAnalytics.ts +69 -164
  591. package/src/performance/PerformanceMonitor.ts +32 -47
  592. package/src/performance/index.ts +2 -10
  593. package/src/security/AISecurityScanner.ts +22 -12
  594. package/src/security/AutomatedRemediation.ts +49 -18
  595. package/src/security/InputValidator.ts +9 -6
  596. package/src/security/SecurityCIPipeline.ts +53 -37
  597. package/src/security/SecurityConfig.ts +22 -22
  598. package/src/security/SecurityConfigManager.ts +23 -19
  599. package/src/security/SecurityMonitoring.ts +24 -21
  600. package/src/security/SecurityReviewer.ts +10 -7
  601. package/src/security/index.ts +64 -29
  602. package/src/server/ConnectionTester.ts +120 -31
  603. package/src/server/ToolRegistry.ts +31 -21
  604. package/src/tools/BaseToolManager.ts +286 -33
  605. package/src/tools/auth.ts +20 -8
  606. package/src/tools/cache.ts +5 -15
  607. package/src/tools/comments.ts +34 -48
  608. package/src/tools/media.ts +41 -53
  609. package/src/tools/pages.ts +32 -54
  610. package/src/tools/performance.ts +141 -176
  611. package/src/tools/posts/PostHandlers.ts +474 -0
  612. package/src/tools/posts/PostToolDefinitions.ts +250 -0
  613. package/src/tools/posts/index.ts +192 -0
  614. package/src/tools/posts.ts +24 -780
  615. package/src/tools/site.ts +34 -19
  616. package/src/tools/taxonomies.ts +41 -57
  617. package/src/tools/users.ts +28 -16
  618. package/src/types/client.ts +114 -138
  619. package/src/types/enhanced.ts +318 -0
  620. package/src/types/index.ts +51 -30
  621. package/src/types/mcp.ts +20 -42
  622. package/src/types/requests.ts +378 -0
  623. package/src/types/tools.ts +608 -0
  624. package/src/types/wordpress.ts +56 -34
  625. package/src/utils/debug.ts +77 -59
  626. package/src/utils/enhancedError.ts +8 -8
  627. package/src/utils/error.ts +53 -31
  628. package/src/utils/logger.ts +351 -0
  629. package/src/utils/streaming.ts +86 -68
  630. package/src/utils/toolWrapper.ts +10 -12
  631. package/src/utils/validation/core.ts +108 -0
  632. package/src/utils/validation/index.ts +36 -0
  633. package/src/utils/validation/network.ts +132 -0
  634. package/src/utils/validation/rateLimit.ts +54 -0
  635. package/src/utils/validation/security.ts +361 -0
  636. package/src/utils/validation/wordpress.ts +180 -0
  637. package/src/utils/validation.ts +47 -470
  638. package/dist/cache/__tests__/CacheInvalidation.test.d.ts +0 -5
  639. package/dist/cache/__tests__/CacheInvalidation.test.d.ts.map +0 -1
  640. package/dist/cache/__tests__/CacheInvalidation.test.js +0 -238
  641. package/dist/cache/__tests__/CacheInvalidation.test.js.map +0 -1
  642. package/dist/cache/__tests__/CacheManager.test.d.ts +0 -5
  643. package/dist/cache/__tests__/CacheManager.test.d.ts.map +0 -1
  644. package/dist/cache/__tests__/CacheManager.test.js +0 -233
  645. package/dist/cache/__tests__/CacheManager.test.js.map +0 -1
  646. package/dist/cache/__tests__/CachedWordPressClient.test.d.ts +0 -5
  647. package/dist/cache/__tests__/CachedWordPressClient.test.d.ts.map +0 -1
  648. package/dist/cache/__tests__/CachedWordPressClient.test.js +0 -231
  649. package/dist/cache/__tests__/CachedWordPressClient.test.js.map +0 -1
  650. package/dist/cache/__tests__/HttpCacheWrapper.test.d.ts +0 -5
  651. package/dist/cache/__tests__/HttpCacheWrapper.test.d.ts.map +0 -1
  652. package/dist/cache/__tests__/HttpCacheWrapper.test.js +0 -299
  653. package/dist/cache/__tests__/HttpCacheWrapper.test.js.map +0 -1
package/README.md CHANGED
@@ -7,19 +7,25 @@
7
7
 
8
8
  Manage WordPress sites with natural language through AI tools like Claude Desktop
9
9
 
10
- [Quick Start](#-quick-start) • [Features](#-features) [Installation](#-installation-options) • [Documentation](#-documentation) • [Examples](#-examples)
10
+ [Quick Start](#-quick-start) • [Why This MCP Server?](#-why-this-mcp-server)
11
+ [Installation Options](#-installation-options) • [Documentation](#-documentation) • [Examples](#-examples)
11
12
 
12
13
  [![CI/CD Pipeline](https://github.com/docdyhr/mcp-wordpress/workflows/%F0%9F%9A%80%20CI%2FCD%20Pipeline/badge.svg)](https://github.com/docdyhr/mcp-wordpress/actions)
14
+ [![GitHub Stars](https://img.shields.io/github/stars/docdyhr/mcp-wordpress?style=social)](https://github.com/docdyhr/mcp-wordpress/stargazers)
13
15
  [![NPM Version](https://img.shields.io/npm/v/mcp-wordpress?logo=npm&logoColor=white)](https://www.npmjs.com/package/mcp-wordpress)
14
16
  [![NPM Downloads](https://img.shields.io/npm/dm/mcp-wordpress?logo=npm&logoColor=white)](https://www.npmjs.com/package/mcp-wordpress)
15
- [![Test Coverage](https://img.shields.io/badge/test%20coverage-95%25%2B-brightgreen?logo=jest&logoColor=white)](https://github.com/docdyhr/mcp-wordpress)
16
- [![Test Results](https://img.shields.io/badge/tests-207%2F207%20passing-brightgreen?logo=checkmarx&logoColor=white)](https://github.com/docdyhr/mcp-wordpress)
17
+ [![NPM Total Downloads](https://img.shields.io/npm/dt/mcp-wordpress?logo=npm&logoColor=white&label=total%20downloads)](https://www.npmjs.com/package/mcp-wordpress)
18
+ [![Docker Pulls](https://img.shields.io/docker/pulls/docdyhr/mcp-wordpress?logo=docker&logoColor=white)](https://hub.docker.com/r/docdyhr/mcp-wordpress)
19
+ [![Line Coverage](https://img.shields.io/badge/lines%20coverage-96.17%25-brightgreen?logo=vitest&logoColor=white)](https://github.com/docdyhr/mcp-wordpress)
20
+ [![Branch Coverage](https://img.shields.io/badge/branch%20coverage-95.83%25-brightgreen?logo=vitest&logoColor=white)](https://github.com/docdyhr/mcp-wordpress)
21
+ [![Function Coverage](https://img.shields.io/badge/function%20coverage-100.00%25-brightgreen?logo=vitest&logoColor=white)](https://github.com/docdyhr/mcp-wordpress)
22
+ [![Test Results](https://img.shields.io/badge/tests-512%2F512%20passing-brightgreen?logo=vitest&logoColor=white)](https://github.com/docdyhr/mcp-wordpress)
17
23
  [![MCP Evaluation](https://img.shields.io/badge/mcp%20evaluation-4.5%2F5.0-brightgreen?logo=openai&logoColor=white)](https://github.com/docdyhr/mcp-wordpress/actions/workflows/mcp-evaluations.yml)
18
24
 
19
25
  [![TypeScript](https://img.shields.io/badge/TypeScript-100%25-blue?logo=typescript&logoColor=white)](https://github.com/docdyhr/mcp-wordpress)
20
- [![Security Tests](https://img.shields.io/badge/security%20tests-40%2F40%20passing-brightgreen?logo=shield&logoColor=white)](https://github.com/docdyhr/mcp-wordpress/tree/main/tests/security)
26
+ [![Security Tests](https://img.shields.io/badge/security%20tests-%2F%20passing-brightgreen?logo=shield&logoColor=white)](https://github.com/docdyhr/mcp-wordpress/tree/main/tests/security)
21
27
  [![Vulnerabilities](https://img.shields.io/badge/vulnerabilities-0%20known-brightgreen?logo=security&logoColor=white)](https://github.com/docdyhr/mcp-wordpress/security/advisories)
22
- [![Penetration Testing](https://img.shields.io/badge/penetration%20testing-28%2F28%20passing-brightgreen?logo=bug&logoColor=white)](https://github.com/docdyhr/mcp-wordpress/blob/main/tests/security/penetration-tests.test.js)
28
+ [![Penetration Testing](https://img.shields.io/badge/penetration%20testing-%2F%20passing-brightgreen?logo=bug&logoColor=white)](https://github.com/docdyhr/mcp-wordpress/blob/main/tests/security/penetration-tests.test.js)
23
29
  [![Docker](https://img.shields.io/badge/docker-ready-blue?logo=docker&logoColor=white)](https://hub.docker.com/r/docdyhr/mcp-wordpress)
24
30
  [![License](https://img.shields.io/badge/license-MIT-green?logo=opensource&logoColor=white)](https://github.com/docdyhr/mcp-wordpress/blob/main/LICENSE)
25
31
  [![smithery badge](https://smithery.ai/badge/@docdyhr/mcp-wordpress)](https://smithery.ai/server/@docdyhr/mcp-wordpress)
@@ -36,9 +42,10 @@ Manage WordPress sites with natural language through AI tools like Claude Deskto
36
42
  ```
37
43
 
38
44
  **Key Advantages:**
45
+
39
46
  - 🏆 **Most Complete**: 59 tools vs 20-30 in alternatives
40
47
  - ⚡ **Fastest Setup**: 2-click Claude Desktop installation via DXT
41
- - 🔒 **Production Ready**: 207 tests, security audited, battle-tested
48
+ - 🔒 **Production Ready**: 512 tests (100% pass rate), security audited, battle-tested
42
49
  - 🎯 **TypeScript Native**: 100% type safety, best-in-class developer experience
43
50
  - 🌐 **Multi-Site**: Manage unlimited WordPress sites from one place
44
51
 
@@ -47,6 +54,7 @@ Manage WordPress sites with natural language through AI tools like Claude Deskto
47
54
  Get up and running in **under 5 minutes**:
48
55
 
49
56
  ### Prerequisites
57
+
50
58
  - **WordPress**: Version 5.6+ with REST API enabled
51
59
  - **Claude Desktop**: Latest version installed
52
60
  - **Application Password**: Generated from WordPress admin panel
@@ -54,6 +62,7 @@ Get up and running in **under 5 minutes**:
54
62
  ### 3-Step Setup
55
63
 
56
64
  **1️⃣ Generate WordPress Application Password**
65
+
57
66
  ```text
58
67
  WordPress Admin → Users → Profile → Application Passwords → Add New
59
68
  ```
@@ -61,24 +70,28 @@ WordPress Admin → Users → Profile → Application Passwords → Add New
61
70
  **2️⃣ Install MCP Server (Choose One)**
62
71
 
63
72
  **Option A: DXT Extension (Easiest)**
73
+
64
74
  ```bash
65
75
  # Download and install in Claude Desktop
66
- curl -L https://github.com/docdyhr/mcp-wordpress/raw/main/mcp-wordpress.dxt -o mcp-wordpress.dxt
76
+ curl -L https://github.com/docdyhr/mcp-wordpress/releases/latest/download/mcp-wordpress.dxt -o mcp-wordpress.dxt
67
77
  # Then: Claude Desktop → Extensions → Install → Select DXT file
68
78
  ```
69
79
 
70
80
  **Option B: NPM Global Install**
81
+
71
82
  ```bash
72
83
  npm install -g mcp-wordpress
73
84
  ```
74
85
 
75
86
  **3️⃣ Test Your Connection**
87
+
76
88
  ```text
77
89
  In Claude: "Test my WordPress connection"
78
90
  Response: "✅ Authentication successful! Connected to: Your Site Name"
79
91
  ```
80
92
 
81
- 📺 **[Watch 2-minute Setup Video](https://github.com/docdyhr/mcp-wordpress/wiki/setup-video)** | 📖 **[Detailed Setup Guide](docs/INSTALLATION.md)**
93
+ 📺 **[Watch 2-minute Setup Video](https://github.com/docdyhr/mcp-wordpress/wiki/setup-video)** | 📖
94
+ **[Detailed Setup Guide](docs/INSTALLATION.md)**
82
95
 
83
96
  ## ⚡ Installation Options
84
97
 
@@ -86,13 +99,14 @@ Response: "✅ Authentication successful! Connected to: Your Site Name"
86
99
 
87
100
  **Easiest installation - just 2 clicks!**
88
101
 
89
- 1. **Download**: [`mcp-wordpress.dxt`](https://github.com/docdyhr/mcp-wordpress/raw/main/mcp-wordpress.dxt) (2.6MB)
102
+ 1. **Download**: [`mcp-wordpress.dxt`](https://github.com/docdyhr/mcp-wordpress/releases/latest/download/mcp-wordpress.dxt)
103
+ (3.4MB)
90
104
  2. **Install**: Claude Desktop → Extensions → Install → Select DXT file
91
105
  3. **Configure**: Enter your WordPress site URL and credentials
92
106
 
93
107
  ✅ **Zero command line required**
94
108
  ✅ **Automatic updates**
95
- ✅ **Built-in security**
109
+ ✅ **Built-in security**
96
110
 
97
111
  **[📖 Complete DXT Setup Guide →](docs/integrations/claude-desktop.md)**
98
112
 
@@ -118,11 +132,12 @@ smithery configure mcp-wordpress
118
132
 
119
133
  ✅ **Package management**
120
134
  ✅ **Version control**
121
- ✅ **Easy updates**
135
+ ✅ **Easy updates**
122
136
 
123
137
  ### Installing via Smithery
124
138
 
125
- To install mcp-wordpress for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@docdyhr/mcp-wordpress):
139
+ To install mcp-wordpress for Claude Desktop automatically via
140
+ [Smithery](https://smithery.ai/server/@docdyhr/mcp-wordpress):
126
141
 
127
142
  ```bash
128
143
  npx -y @smithery/cli install @docdyhr/mcp-wordpress --client claude
@@ -140,6 +155,7 @@ npx -y @smithery/cli install @docdyhr/mcp-wordpress --client claude
140
155
  ### Single Site Setup
141
156
 
142
157
  **Environment Variables (.env)**
158
+
143
159
  ```bash
144
160
  WORDPRESS_SITE_URL=https://myblog.com
145
161
  WORDPRESS_USERNAME=admin
@@ -148,6 +164,7 @@ WORDPRESS_AUTH_METHOD=app-password
148
164
  ```
149
165
 
150
166
  **Claude Desktop Config**
167
+
151
168
  ```json
152
169
  {
153
170
  "mcpServers": {
@@ -167,6 +184,7 @@ WORDPRESS_AUTH_METHOD=app-password
167
184
  ### Multi-Site Agency Setup
168
185
 
169
186
  **Configuration File (mcp-wordpress.config.json)**
187
+
170
188
  ```json
171
189
  {
172
190
  "sites": [
@@ -207,9 +225,10 @@ WORDPRESS_AUTH_METHOD=app-password
207
225
  ### Development Environment
208
226
 
209
227
  **Local WordPress with Docker**
228
+
210
229
  ```yaml
211
230
  # docker-compose.yml
212
- version: '3.8'
231
+ version: "3.8"
213
232
  services:
214
233
  wordpress:
215
234
  image: wordpress:latest
@@ -222,7 +241,7 @@ services:
222
241
  WORDPRESS_DB_NAME: wordpress
223
242
  volumes:
224
243
  - wordpress_data:/var/www/html
225
-
244
+
226
245
  db:
227
246
  image: mysql:8.0
228
247
  environment:
@@ -239,6 +258,7 @@ volumes:
239
258
  ```
240
259
 
241
260
  **MCP WordPress Development Config**
261
+
242
262
  ```json
243
263
  {
244
264
  "sites": [
@@ -259,6 +279,7 @@ volumes:
259
279
  ### Production Deployment
260
280
 
261
281
  **Server Environment Variables**
282
+
262
283
  ```bash
263
284
  # /etc/environment or systemd service
264
285
  WORDPRESS_SITE_URL=https://production-site.com
@@ -273,6 +294,7 @@ DEBUG=false
273
294
  ```
274
295
 
275
296
  **Docker Production Setup**
297
+
276
298
  ```dockerfile
277
299
  # Dockerfile.production
278
300
  FROM node:20-alpine
@@ -288,6 +310,7 @@ CMD ["node", "dist/index.js"]
288
310
  ### JWT Authentication Setup
289
311
 
290
312
  **WordPress Plugin Configuration**
313
+
291
314
  ```php
292
315
  // wp-config.php
293
316
  define('JWT_AUTH_SECRET_KEY', 'your-secret-key-here');
@@ -295,6 +318,7 @@ define('JWT_AUTH_CORS_ENABLE', true);
295
318
  ```
296
319
 
297
320
  **MCP Configuration**
321
+
298
322
  ```json
299
323
  {
300
324
  "sites": [
@@ -316,31 +340,34 @@ define('JWT_AUTH_CORS_ENABLE', true);
316
340
 
317
341
  ### 🏆 Feature Comparison
318
342
 
319
- | Feature | This Server | Competition |
320
- |---------|-------------|-------------|
321
- | **Tools Available** | 59 tools | 20-30 tools |
322
- | **Claude Desktop DXT** | ✅ 2-click install | ❌ Manual setup |
323
- | **Multi-Site Support** | ✅ Unlimited sites | ❌ Single site |
324
- | **TypeScript** | ✅ 100% coverage | ⚠️ Partial/None |
325
- | **Performance Monitoring** | ✅ Real-time analytics | ❌ Basic only |
326
- | **Test Coverage** | ✅ 207 tests (100%) | ⚠️ Limited |
327
- | **Production Ready** | ✅ Security audited | ⚠️ Unknown |
343
+ | Feature | This Server | Competition |
344
+ | -------------------------- | ---------------------- | --------------- |
345
+ | **Tools Available** | 59 tools | 20-30 tools |
346
+ | **Claude Desktop DXT** | ✅ 2-click install | ❌ Manual setup |
347
+ | **Multi-Site Support** | ✅ Unlimited sites | ❌ Single site |
348
+ | **TypeScript** | ✅ 100% coverage | ⚠️ Partial/None |
349
+ | **Performance Monitoring** | ✅ Real-time analytics | ❌ Basic only |
350
+ | **Test Coverage** | ✅ 404 tests (100% pass / 30% lines) | ⚠️ Limited |
351
+ | **Production Ready** | ✅ Security audited | ⚠️ Unknown |
328
352
 
329
353
  ### 🚀 Core Capabilities
330
354
 
331
355
  #### WordPress Management
356
+
332
357
  - **59 WordPress Tools** across 10 categories
333
358
  - **Multi-Site Support** - Manage unlimited WordPress installations
334
359
  - **Flexible Authentication** - App Passwords, JWT, Basic Auth, API Key
335
360
  - **Real-Time Sync** - Instant updates across all connected tools
336
361
 
337
362
  #### Performance & Reliability
363
+
338
364
  - **⚡ Intelligent Caching** - 50-70% performance improvement
339
365
  - **📊 Real-Time Monitoring** - Performance metrics and optimization insights
340
- - **🔒 Production Ready** - Security-reviewed, 95%+ test coverage
366
+ - **🔒 Production Ready** - Security-reviewed, 96.17% line coverage with Vitest testing framework
341
367
  - **🔄 Zero Downtime** - Graceful error handling and automatic recovery
342
368
 
343
369
  #### Developer Experience
370
+
344
371
  - **100% TypeScript** - Complete type safety and IntelliSense
345
372
  - **🐳 Docker Support** - Production-ready containerization
346
373
  - **📚 Auto-Generated Docs** - API documentation with live examples
@@ -411,7 +438,7 @@ Use with site parameter: `wp_list_posts --site="main-site"`
411
438
  - **💬 Comments** (7 tools) - Comment moderation and management
412
439
  - **🏷️ Taxonomies** (10 tools) - Categories and tags management
413
440
 
414
- ### Site Management
441
+ ### Site Management (Monitoring & Admin)
415
442
 
416
443
  - **⚙️ Site Settings** (7 tools) - Site configuration and statistics
417
444
  - **🔐 Authentication** (6 tools) - Auth testing and management
@@ -425,6 +452,7 @@ Use with site parameter: `wp_list_posts --site="main-site"`
425
452
  ### 🎯 Real-World Use Cases
426
453
 
427
454
  **Content Creation & Management:**
455
+
428
456
  ```text
429
457
  💬 "Analyze my top 10 blog posts and create a new post about emerging trends"
430
458
  💬 "Upload these 5 images and create a photo gallery page with SEO optimization"
@@ -432,6 +460,7 @@ Use with site parameter: `wp_list_posts --site="main-site"`
432
460
  ```
433
461
 
434
462
  **Site Management & Analytics:**
463
+
435
464
  ```text
436
465
  💬 "Check my WordPress site performance and provide optimization recommendations"
437
466
  💬 "Create a new user account for my freelance writer with editor permissions"
@@ -439,6 +468,7 @@ Use with site parameter: `wp_list_posts --site="main-site"`
439
468
  ```
440
469
 
441
470
  **Bulk Operations:**
471
+
442
472
  ```text
443
473
  💬 "Update all posts from 2023 to include my new author bio"
444
474
  💬 "Find all images over 1MB and suggest compression strategies"
@@ -448,9 +478,11 @@ Use with site parameter: `wp_list_posts --site="main-site"`
448
478
  ### ⚙️ Configuration Methods
449
479
 
450
480
  #### Option 1: DXT Extension (Recommended)
481
+
451
482
  **No configuration needed** - built-in secure credential management!
452
483
 
453
484
  #### Option 2: NPX in Claude Desktop
485
+
454
486
  ```json
455
487
  {
456
488
  "mcpServers": {
@@ -474,6 +506,7 @@ Use with site parameter: `wp_list_posts --site="main-site"`
474
506
  ### Basic Content Management
475
507
 
476
508
  **Create and Publish a Blog Post**
509
+
477
510
  ```text
478
511
  You: "Create a new blog post titled 'AI Revolution in 2024' with content about recent AI breakthroughs"
479
512
  Claude: "I'll create that blog post for you..."
@@ -481,6 +514,7 @@ Result: ✅ Post "AI Revolution in 2024" created successfully (ID: 123)
481
514
  ```
482
515
 
483
516
  **Media Management**
517
+
484
518
  ```text
485
519
  You: "Upload the image at /path/to/image.jpg and set it as featured image for post 123"
486
520
  Claude: "I'll upload that image and set it as the featured image..."
@@ -490,17 +524,19 @@ Result: ✅ Image uploaded (ID: 456) and set as featured image
490
524
  ### Advanced Workflows
491
525
 
492
526
  **SEO-Optimized Content Creation**
527
+
493
528
  ```text
494
529
  You: "Create an SEO-optimized blog post about 'WordPress Security Best Practices' with:
495
530
  - Focus keyword: 'WordPress security'
496
531
  - Meta description
497
532
  - Proper heading structure
498
533
  - At least 1500 words"
499
-
534
+
500
535
  Claude: "I'll create a comprehensive SEO-optimized post on WordPress security..."
501
536
  ```
502
537
 
503
538
  **Bulk Operations**
539
+
504
540
  ```text
505
541
  You: "Find all draft posts older than 30 days and provide a summary"
506
542
  You: "Update all posts in category 'News' to include a disclaimer at the end"
@@ -510,6 +546,7 @@ You: "Delete all spam comments from the last week"
510
546
  ### Site Management
511
547
 
512
548
  **Performance Monitoring**
549
+
513
550
  ```text
514
551
  You: "Analyze my site's performance and suggest optimizations"
515
552
  Claude: "Let me check your site's performance metrics...
@@ -519,6 +556,7 @@ Claude: "Let me check your site's performance metrics...
519
556
  ```
520
557
 
521
558
  **User Management**
559
+
522
560
  ```text
523
561
  You: "Create a new editor account for john@example.com with a secure password"
524
562
  You: "List all users who haven't logged in for 90 days"
@@ -528,6 +566,7 @@ You: "Update Sarah's role from Author to Editor"
528
566
  ### Multi-Site Management
529
567
 
530
568
  **Working with Multiple Sites**
569
+
531
570
  ```text
532
571
  You: "List all posts from my client-blog site"
533
572
  Claude: "I'll list the posts from the client-blog site..."
@@ -598,6 +637,7 @@ Claude: "Here's a comparison of both sites..."
598
637
  ### Smart Content Workflows
599
638
 
600
639
  **Automated SEO Optimization**
640
+
601
641
  ```text
602
642
  You: "Optimize all posts from the last month for better SEO performance"
603
643
  Claude: "I'll analyze and optimize your recent posts...
@@ -610,6 +650,7 @@ Claude: "I'll analyze and optimize your recent posts...
610
650
  ```
611
651
 
612
652
  **Content Gap Analysis**
653
+
613
654
  ```text
614
655
  You: "Identify content gaps in our blog compared to competitor topics"
615
656
  Claude: "After analyzing your content and common industry topics...
@@ -622,6 +663,7 @@ Claude: "After analyzing your content and common industry topics...
622
663
  ### Maintenance Automation
623
664
 
624
665
  **Site Health Monitoring**
666
+
625
667
  ```text
626
668
  You: "Perform a comprehensive site health check and fix any issues"
627
669
  Claude: "Running complete site diagnostics...
@@ -634,6 +676,7 @@ Claude: "Running complete site diagnostics...
634
676
  ```
635
677
 
636
678
  **User Management Automation**
679
+
637
680
  ```text
638
681
  You: "Clean up user accounts and update permissions for the new team structure"
639
682
  Claude: "Updating user management...
@@ -647,6 +690,7 @@ Claude: "Updating user management...
647
690
  ### Performance Optimization
648
691
 
649
692
  **Intelligent Cache Management**
693
+
650
694
  ```text
651
695
  You: "Analyze site performance and implement optimal caching strategies"
652
696
  Claude: "Implementing performance optimizations...
@@ -661,6 +705,7 @@ Claude: "Implementing performance optimizations...
661
705
  ## 🎯 Industry-Specific Solutions
662
706
 
663
707
  ### Healthcare Practices
708
+
664
709
  ```text
665
710
  💬 "Create HIPAA-compliant patient information pages with secure forms"
666
711
  💬 "Update doctor profiles with latest certifications and specializations"
@@ -669,6 +714,7 @@ Claude: "Implementing performance optimizations...
669
714
  ```
670
715
 
671
716
  ### Legal Firms
717
+
672
718
  ```text
673
719
  💬 "Create practice area pages with case study examples"
674
720
  💬 "Update attorney profiles with recent wins and bar admissions"
@@ -677,6 +723,7 @@ Claude: "Implementing performance optimizations...
677
723
  ```
678
724
 
679
725
  ### Real Estate Agencies
726
+
680
727
  ```text
681
728
  💬 "Create property listing pages with virtual tour embeds"
682
729
  💬 "Update agent profiles with recent sales and market statistics"
@@ -685,6 +732,7 @@ Claude: "Implementing performance optimizations...
685
732
  ```
686
733
 
687
734
  ### Restaurants & Food Service
735
+
688
736
  ```text
689
737
  💬 "Create menu pages with dietary restriction filters"
690
738
  💬 "Update chef profiles with signature dishes and cooking philosophy"
@@ -699,6 +747,7 @@ Claude: "Implementing performance optimizations...
699
747
  ### Quick Diagnostics
700
748
 
701
749
  **Connection Issues**
750
+
702
751
  ```bash
703
752
  # Test WordPress connection
704
753
  npm run status
@@ -711,6 +760,7 @@ npm run status -- --site="your-site-id"
711
760
  ```
712
761
 
713
762
  **Authentication Problems**
763
+
714
764
  ```bash
715
765
  # Verify WordPress application password
716
766
  curl -u username:app_password https://your-site.com/wp-json/wp/v2/users/me
@@ -723,6 +773,7 @@ npm run setup
723
773
  ```
724
774
 
725
775
  **Performance Issues**
776
+
726
777
  ```bash
727
778
  # Check cache performance
728
779
  npm run test:cache
@@ -736,20 +787,21 @@ rm -rf cache/ && npm run dev
736
787
 
737
788
  ### Common Error Solutions
738
789
 
739
- | Error | Cause | Solution |
740
- |-------|--------|----------|
741
- | `401 Unauthorized` | Invalid credentials | Regenerate application password |
742
- | `403 Forbidden` | Insufficient permissions | Check user role (Editor+ required) |
743
- | `404 Not Found` | Wrong site URL | Verify WORDPRESS_SITE_URL |
744
- | `SSL Certificate Error` | HTTPS issues | Add SSL exception or use HTTP |
745
- | `Connection Timeout` | Network/firewall | Check WordPress REST API access |
746
- | `Tools not showing in Claude` | Config file format | Validate JSON syntax |
747
- | `Plugin conflicts` | WordPress plugins | Disable conflicting plugins |
748
- | `Rate limiting` | Too many requests | Implement request throttling |
790
+ | Error | Cause | Solution |
791
+ | ----------------------------- | ------------------------ | ---------------------------------- |
792
+ | `401 Unauthorized` | Invalid credentials | Regenerate application password |
793
+ | `403 Forbidden` | Insufficient permissions | Check user role (Editor+ required) |
794
+ | `404 Not Found` | Wrong site URL | Verify WORDPRESS_SITE_URL |
795
+ | `SSL Certificate Error` | HTTPS issues | Add SSL exception or use HTTP |
796
+ | `Connection Timeout` | Network/firewall | Check WordPress REST API access |
797
+ | `Tools not showing in Claude` | Config file format | Validate JSON syntax |
798
+ | `Plugin conflicts` | WordPress plugins | Disable conflicting plugins |
799
+ | `Rate limiting` | Too many requests | Implement request throttling |
749
800
 
750
801
  ### WordPress-Specific Issues
751
802
 
752
803
  **REST API Not Available**
804
+
753
805
  ```bash
754
806
  # Test REST API directly
755
807
  curl https://your-site.com/wp-json/wp/v2/
@@ -762,6 +814,7 @@ wp-admin → Settings → Permalinks → Post name
762
814
  ```
763
815
 
764
816
  **Application Password Issues**
817
+
765
818
  ```text
766
819
  1. WordPress Admin → Users → Profile
767
820
  2. Scroll to "Application Passwords"
@@ -771,13 +824,14 @@ wp-admin → Settings → Permalinks → Post name
771
824
  ```
772
825
 
773
826
  **Multi-Site Configuration Problems**
827
+
774
828
  ```json
775
829
  // Check mcp-wordpress.config.json format
776
830
  {
777
831
  "sites": [
778
832
  {
779
833
  "id": "unique-site-id",
780
- "name": "Human Readable Name",
834
+ "name": "Human Readable Name",
781
835
  "config": {
782
836
  "WORDPRESS_SITE_URL": "https://site.com",
783
837
  "WORDPRESS_USERNAME": "username",
@@ -791,6 +845,7 @@ wp-admin → Settings → Permalinks → Post name
791
845
  ### Environment-Specific Solutions
792
846
 
793
847
  **Claude Desktop Integration**
848
+
794
849
  ```json
795
850
  // Verify claude_desktop_config.json format
796
851
  {
@@ -809,6 +864,7 @@ wp-admin → Settings → Permalinks → Post name
809
864
  ```
810
865
 
811
866
  **Docker Deployment Issues**
867
+
812
868
  ```bash
813
869
  # Check container logs
814
870
  docker logs mcp-wordpress
@@ -821,6 +877,7 @@ docker exec mcp-wordpress curl https://your-site.com/wp-json/wp/v2/
821
877
  ```
822
878
 
823
879
  **NPX Runtime Problems**
880
+
824
881
  ```bash
825
882
  # Clear NPX cache
826
883
  npx clear-npx-cache
@@ -835,6 +892,7 @@ npm install -g mcp-wordpress
835
892
  ### Getting Help
836
893
 
837
894
  **Self-Diagnostics**
895
+
838
896
  ```bash
839
897
  # Comprehensive health check
840
898
  npm run health
@@ -847,6 +905,7 @@ npm run test:performance
847
905
  ```
848
906
 
849
907
  **Debug Information Collection**
908
+
850
909
  ```bash
851
910
  # Generate debug report
852
911
  DEBUG=true npm run status > debug-report.txt 2>&1
@@ -858,6 +917,7 @@ os-info >> debug-report.txt
858
917
  ```
859
918
 
860
919
  **Community Support**
920
+
861
921
  - 🐛 [Report Issues](https://github.com/docdyhr/mcp-wordpress/issues)
862
922
  - 💬 [Discussions](https://github.com/docdyhr/mcp-wordpress/discussions)
863
923
  - 📧 [Security Issues](mailto:security@docdyhr.com)
@@ -867,10 +927,10 @@ os-info >> debug-report.txt
867
927
 
868
928
  ### Current Test Status ✅
869
929
 
870
- - **Main Test Suite**: 207/207 passed (100%)
930
+ - **Main Test Suite**: 512/512 passed (100%) with Vitest
871
931
  - **Security Tests**: 40/40 passed (100%)
872
932
  - **Performance Tests**: 8/8 passed (100%)
873
- - **CI/CD Pipeline**: Fully functional
933
+ - **CI/CD Pipeline**: Fully functional with Vitest integration
874
934
 
875
935
  ### Test Your Installation
876
936
 
@@ -878,9 +938,12 @@ os-info >> debug-report.txt
878
938
  # Check connection status
879
939
  npm run status
880
940
 
881
- # Run full test suite
941
+ # Run full test suite (Vitest)
882
942
  npm test
883
943
 
944
+ # Run tests with coverage
945
+ npm run test:coverage
946
+
884
947
  # Quick validation
885
948
  npm run test:fast
886
949
  ```
@@ -891,16 +954,16 @@ npm run test:fast
891
954
 
892
955
  Our security posture is continuously monitored through automated testing and vulnerability scanning:
893
956
 
894
- | **Security Area** | **Status** | **Tests** | **Coverage** |
895
- |-------------------|------------|-----------|--------------|
896
- | **XSS Protection** | ✅ Secure | 6/6 passing | Script injection, URL validation, HTML sanitization |
897
- | **SQL Injection** | ✅ Secure | 3/3 passing | Query parameterization, input validation |
898
- | **Path Traversal** | ✅ Secure | 3/3 passing | File path validation, directory restrictions |
899
- | **Input Validation** | ✅ Secure | 9/9 passing | Length limits, format validation, sanitization |
900
- | **Authentication** | ✅ Secure | 7/7 passing | Bypass prevention, token validation |
901
- | **Rate Limiting** | ✅ Secure | 3/3 passing | DoS protection, request throttling |
902
- | **Information Disclosure** | ✅ Secure | 2/2 passing | Error sanitization, sensitive data protection |
903
- | **Penetration Testing** | ✅ Secure | 12/12 passing | Comprehensive attack simulation |
957
+ | **Security Area** | **Status** | **Tests** | **Coverage** |
958
+ | -------------------------- | ---------- | ------------- | --------------------------------------------------- |
959
+ | **XSS Protection** | ✅ Secure | 6/6 passing | Script injection, URL validation, HTML sanitization |
960
+ | **SQL Injection** | ✅ Secure | 3/3 passing | Query parameterization, input validation |
961
+ | **Path Traversal** | ✅ Secure | 3/3 passing | File path validation, directory restrictions |
962
+ | **Input Validation** | ✅ Secure | 9/9 passing | Length limits, format validation, sanitization |
963
+ | **Authentication** | ✅ Secure | 7/7 passing | Bypass prevention, token validation |
964
+ | **Rate Limiting** | ✅ Secure | 3/3 passing | DoS protection, request throttling |
965
+ | **Information Disclosure** | ✅ Secure | 2/2 passing | Error sanitization, sensitive data protection |
966
+ | **Penetration Testing** | ✅ Secure | 12/12 passing | Comprehensive attack simulation |
904
967
 
905
968
  ### Security Features
906
969
 
@@ -970,37 +1033,41 @@ npm run setup
970
1033
  ## 📚 Documentation
971
1034
 
972
1035
  ### Getting Started
1036
+
973
1037
  - **[Quick Start Guide](#-quick-start)** - Get running in 5 minutes
974
1038
  - **[Installation Guide](docs/INSTALLATION.md)** - Detailed setup instructions
975
1039
  - **[Configuration Guide](docs/CONFIGURATION.md)** - All configuration options
976
1040
  - **[Authentication Setup](docs/SECURITY.md#authentication)** - WordPress auth methods
977
1041
 
978
1042
  ### User Guides
1043
+
979
1044
  - **[Basic Usage](docs/examples/basic-usage.md)** - Common tasks and workflows
980
1045
  - **[Advanced Workflows](docs/examples/advanced-workflows.md)** - Complex automation
981
1046
  - **[Multi-Site Management](docs/user-guides/multi-site.md)** - Managing multiple sites
982
1047
  - **[Troubleshooting](docs/TROUBLESHOOTING.md)** - Common issues and solutions
983
1048
 
984
1049
  ### Integration Guides
1050
+
985
1051
  - **[Claude Desktop](docs/integrations/claude-desktop.md)** - Complete Claude integration
986
1052
  - **[VS Code](docs/integrations/vs-code.md)** - VS Code extension setup
987
1053
  - **[Cline](docs/integrations/cline.md)** - Cline AI assistant integration
988
1054
  - **[Custom Clients](docs/developer/custom-clients.md)** - Build your own MCP client
989
1055
 
990
1056
  ### Developer Documentation
1057
+
991
1058
  - **[API Reference](docs/API_REFERENCE.md)** - Complete tool documentation
992
1059
  - **[Architecture](docs/ARCHITECTURE.md)** - System design and decisions
993
1060
  - **[Contributing](CONTRIBUTING.md)** - Development guidelines
994
1061
  - **[Plugin Development](docs/developer/plugins.md)** - Extend functionality
995
1062
 
996
1063
  ### Deployment & Operations
1064
+
997
1065
  - **[Docker Deployment](docs/deployment/docker.md)** - Container deployment
998
1066
  - **[Publishing Troubleshooting](docs/PUBLISHING-TROUBLESHOOTING.md)** - Fix publishing issues
999
1067
  - **[Security Best Practices](docs/SECURITY.md)** - Production security
1000
1068
  - **[Performance Tuning](docs/deployment/performance.md)** - Optimization guide
1001
1069
  - **[Monitoring](docs/deployment/monitoring.md)** - Logging and metrics
1002
1070
 
1003
-
1004
1071
  ## 🔧 Requirements
1005
1072
 
1006
1073
  - **WordPress 5.0+** with REST API enabled
@@ -1050,7 +1117,9 @@ docker pull docdyhr/mcp-wordpress:1.3.1
1050
1117
 
1051
1118
  **Ready to transform your WordPress management?**
1052
1119
 
1053
- 1. **🏆 [Download DXT Extension](https://github.com/docdyhr/mcp-wordpress/raw/main/mcp-wordpress.dxt)** - Easiest setup (2 minutes)
1120
+ 1. **🏆 [Download DXT Extension](https://github.com/docdyhr/mcp-wordpress/releases/latest/download/mcp-wordpress.dxt)** -
1121
+ Easiest setup
1122
+ (2 minutes)
1054
1123
  2. **⚡ [Try NPX Method](docs/user-guides/NPX_SETUP.md)** - Power user setup (5 minutes)
1055
1124
  3. **📚 [Explore All Tools](docs/api/README.md)** - See what's possible
1056
1125
  4. **💬 [Join Discussions](https://github.com/docdyhr/mcp-wordpress/discussions)** - Get help and share ideas
@@ -1061,7 +1130,8 @@ docker pull docdyhr/mcp-wordpress:1.3.1
1061
1130
 
1062
1131
  Looking for alternatives or complementary tools? Check out these WordPress MCP implementations:
1063
1132
 
1064
- - **[Automattic WordPress MCP](https://github.com/Automattic/wordpress-mcp)** - Official WordPress MCP server by Automattic
1133
+ - **[Automattic WordPress MCP](https://github.com/Automattic/wordpress-mcp)** - Official WordPress MCP server by
1134
+ Automattic
1065
1135
 
1066
1136
  ---
1067
1137
 
@@ -1076,4 +1146,4 @@ implementation.
1076
1146
 
1077
1147
  **⭐ Found this helpful? [Give us a star on GitHub!](https://github.com/docdyhr/mcp-wordpress) ⭐**
1078
1148
 
1079
- </div>
1149
+ </div>
package/bin/status.js CHANGED
@@ -18,7 +18,7 @@ class WordPressStatus {
18
18
 
19
19
  loadConfig() {
20
20
  if (existsSync(this.envPath)) {
21
- dotenv.config({ path: this.envPath });
21
+ dotenv.config({ path: this.envPath, debug: false });
22
22
  }
23
23
  }
24
24