mcp-wordpress 2.10.0 → 2.10.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/README.md +17 -19
- package/bin/mcp-wordpress.js +3 -3
- package/bin/setup.js +140 -141
- package/bin/status.js +112 -114
- package/dist/client/MockWordPressClient.d.ts.map +1 -1
- package/dist/client/MockWordPressClient.js.map +1 -1
- package/dist/client/SEOWordPressClient.d.ts.map +1 -1
- package/dist/client/SEOWordPressClient.js +16 -14
- package/dist/client/SEOWordPressClient.js.map +1 -1
- package/dist/client/index.d.ts +6 -6
- package/dist/client/index.js +6 -6
- package/dist/client/managers/AuthManager.d.ts.map +1 -1
- package/dist/client/managers/AuthManager.js +2 -2
- package/dist/client/managers/AuthManager.js.map +1 -1
- package/dist/client/managers/AuthenticationManager.js +1 -1
- package/dist/client/managers/JWTAuthImplementation.d.ts.map +1 -1
- package/dist/client/managers/JWTAuthImplementation.js +7 -7
- package/dist/client/managers/JWTAuthImplementation.js.map +1 -1
- package/dist/client/managers/composed/MigrationAdapter.js +1 -1
- package/dist/client/managers/composed/index.d.ts +2 -2
- package/dist/client/managers/composed/index.d.ts.map +1 -1
- package/dist/client/managers/composed/index.js +1 -1
- package/dist/client/managers/composed/index.js.map +1 -1
- package/dist/client/managers/implementations/ErrorHandlerImpl.d.ts.map +1 -1
- package/dist/client/managers/implementations/ErrorHandlerImpl.js +2 -4
- package/dist/client/managers/implementations/ErrorHandlerImpl.js.map +1 -1
- package/dist/client/managers/implementations/ParameterValidatorImpl.d.ts.map +1 -1
- package/dist/client/managers/implementations/ParameterValidatorImpl.js +1 -1
- package/dist/client/managers/implementations/ParameterValidatorImpl.js.map +1 -1
- package/dist/client/managers/interfaces/ManagerInterfaces.d.ts.map +1 -1
- package/dist/config/index.d.ts +3 -3
- package/dist/config/index.js +3 -3
- package/dist/docs/MarkdownFormatter.d.ts.map +1 -1
- package/dist/docs/MarkdownFormatter.js +7 -7
- package/dist/docs/MarkdownFormatter.js.map +1 -1
- package/dist/performance/PerformanceAnalytics.d.ts.map +1 -1
- package/dist/performance/PerformanceAnalytics.js +3 -1
- package/dist/performance/PerformanceAnalytics.js.map +1 -1
- package/dist/security/InputValidator.js +1 -1
- package/dist/security/SecurityCIPipeline.js +1 -1
- package/dist/security/SecurityCIPipeline.js.map +1 -1
- package/dist/security/SecurityConfig.d.ts.map +1 -1
- package/dist/security/SecurityConfig.js +6 -2
- package/dist/security/SecurityConfig.js.map +1 -1
- package/dist/server/index.d.ts +2 -2
- package/dist/server/index.js +2 -2
- package/dist/tools/cache.d.ts.map +1 -1
- package/dist/tools/cache.js.map +1 -1
- package/dist/tools/comments.d.ts.map +1 -1
- package/dist/tools/comments.js.map +1 -1
- package/dist/tools/performance.d.ts.map +1 -1
- package/dist/tools/performance.js.map +1 -1
- package/dist/tools/posts/PostHandlers.d.ts.map +1 -1
- package/dist/tools/posts/PostHandlers.js.map +1 -1
- package/dist/tools/seo/SEOTools.d.ts.map +1 -1
- package/dist/tools/seo/SEOTools.js.map +1 -1
- package/dist/tools/seo/analyzers/ContentAnalyzer.d.ts.map +1 -1
- package/dist/tools/seo/analyzers/ContentAnalyzer.js.map +1 -1
- package/dist/types/enhanced.d.ts +17 -17
- package/dist/types/enhanced.d.ts.map +1 -1
- package/dist/types/enhanced.js +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/requests.d.ts +16 -16
- package/dist/types/tools.d.ts +46 -46
- package/dist/types/tools.d.ts.map +1 -1
- package/dist/utils/index.d.ts +7 -7
- package/dist/utils/index.js +7 -7
- package/docs/ARCHITECTURE.md +17 -17
- package/docs/BADGE_UPDATES.md +11 -11
- package/docs/CACHING.md +2 -0
- package/docs/CI_CD_IMPROVEMENTS.md +8 -5
- package/docs/CONFIGURATION.md +76 -46
- package/docs/DOCKER_PUBLISHING_TROUBLESHOOTING.md +11 -2
- package/docs/EVALUATION.md +16 -21
- package/docs/INCREMENTAL_COVERAGE.md +7 -3
- package/docs/INSTALLATION.md +33 -19
- package/docs/PUBLISHING-TROUBLESHOOTING.md +3 -2
- package/docs/SECURITY.md +17 -15
- package/docs/SECURITY_TESTING.md +3 -0
- package/docs/TROUBLESHOOTING.md +85 -36
- package/docs/api/README.md +118 -125
- package/docs/api/categories/auth.md +3 -1
- package/docs/api/categories/cache.md +3 -1
- package/docs/api/categories/comment.md +3 -1
- package/docs/api/categories/media.md +3 -1
- package/docs/api/categories/page.md +3 -1
- package/docs/api/categories/performance.md +3 -1
- package/docs/api/categories/post.md +3 -1
- package/docs/api/categories/site.md +3 -1
- package/docs/api/categories/taxonomy.md +3 -1
- package/docs/api/categories/user.md +3 -1
- package/docs/api/openapi.json +114 -410
- package/docs/api/summary.json +1 -1
- package/docs/api/tools/wp_approve_comment.md +13 -25
- package/docs/api/tools/wp_cache_clear.md +17 -30
- package/docs/api/tools/wp_cache_info.md +16 -29
- package/docs/api/tools/wp_cache_stats.md +16 -29
- package/docs/api/tools/wp_cache_warm.md +16 -29
- package/docs/api/tools/wp_create_application_password.md +14 -26
- package/docs/api/tools/wp_create_category.md +14 -26
- package/docs/api/tools/wp_create_comment.md +18 -31
- package/docs/api/tools/wp_create_page.md +17 -29
- package/docs/api/tools/wp_create_post.md +25 -30
- package/docs/api/tools/wp_create_tag.md +13 -25
- package/docs/api/tools/wp_create_user.md +18 -30
- package/docs/api/tools/wp_delete_application_password.md +14 -26
- package/docs/api/tools/wp_delete_category.md +13 -25
- package/docs/api/tools/wp_delete_comment.md +14 -26
- package/docs/api/tools/wp_delete_media.md +14 -25
- package/docs/api/tools/wp_delete_page.md +14 -25
- package/docs/api/tools/wp_delete_post.md +17 -25
- package/docs/api/tools/wp_delete_tag.md +13 -25
- package/docs/api/tools/wp_delete_user.md +14 -25
- package/docs/api/tools/wp_get_application_passwords.md +13 -25
- package/docs/api/tools/wp_get_auth_status.md +12 -24
- package/docs/api/tools/wp_get_category.md +13 -25
- package/docs/api/tools/wp_get_comment.md +13 -25
- package/docs/api/tools/wp_get_current_user.md +17 -30
- package/docs/api/tools/wp_get_media.md +13 -25
- package/docs/api/tools/wp_get_page.md +13 -25
- package/docs/api/tools/wp_get_page_revisions.md +13 -25
- package/docs/api/tools/wp_get_post.md +16 -25
- package/docs/api/tools/wp_get_post_revisions.md +13 -25
- package/docs/api/tools/wp_get_site_settings.md +12 -23
- package/docs/api/tools/wp_get_tag.md +13 -25
- package/docs/api/tools/wp_get_user.md +13 -25
- package/docs/api/tools/wp_list_categories.md +15 -27
- package/docs/api/tools/wp_list_comments.md +15 -27
- package/docs/api/tools/wp_list_media.md +18 -31
- package/docs/api/tools/wp_list_pages.md +18 -31
- package/docs/api/tools/wp_list_posts.md +29 -41
- package/docs/api/tools/wp_list_tags.md +14 -26
- package/docs/api/tools/wp_list_users.md +20 -34
- package/docs/api/tools/wp_performance_alerts.md +22 -36
- package/docs/api/tools/wp_performance_benchmark.md +20 -34
- package/docs/api/tools/wp_performance_export.md +22 -36
- package/docs/api/tools/wp_performance_history.md +21 -35
- package/docs/api/tools/wp_performance_optimize.md +22 -36
- package/docs/api/tools/wp_performance_stats.md +20 -34
- package/docs/api/tools/wp_search_site.md +18 -32
- package/docs/api/tools/wp_spam_comment.md +13 -25
- package/docs/api/tools/wp_switch_auth_method.md +18 -31
- package/docs/api/tools/wp_test_auth.md +15 -30
- package/docs/api/tools/wp_update_category.md +14 -26
- package/docs/api/tools/wp_update_comment.md +17 -30
- package/docs/api/tools/wp_update_media.md +19 -32
- package/docs/api/tools/wp_update_page.md +18 -30
- package/docs/api/tools/wp_update_post.md +21 -30
- package/docs/api/tools/wp_update_site_settings.md +18 -31
- package/docs/api/tools/wp_update_tag.md +14 -26
- package/docs/api/tools/wp_update_user.md +17 -29
- package/docs/api/tools/wp_upload_media.md +20 -32
- package/docs/api/types/WordPressPost.md +8 -15
- package/docs/code-improvements.md +1 -0
- package/docs/developer/GITHUB_ACTIONS_SETUP.md +2 -2
- package/docs/developer/MAINTENANCE.md +4 -0
- package/docs/developer/NPM_AUTH_SETUP.md +3 -0
- package/docs/developer/RELEASE_PROCESS.md +1 -0
- package/docs/examples/multi-site-setup.md +2 -0
- package/docs/integrations/claude-desktop.md +14 -5
- package/docs/integrations/cline.md +1 -0
- package/docs/user-guides/DTX_SETUP.md +9 -8
- package/docs/user-guides/NPX_SETUP.md +5 -9
- package/docs/user-guides/SMITHERY_SETUP.md +5 -0
- package/docs/v2.2.0-resolution-demo.md +17 -2
- package/package.json +2 -1
- package/src/cache/__tests__/CacheManager.test.ts +4 -8
- package/src/client/MockWordPressClient.ts +5 -1
- package/src/client/SEOWordPressClient.ts +30 -26
- package/src/client/index.ts +6 -6
- package/src/client/managers/AuthManager.ts +16 -8
- package/src/client/managers/AuthenticationManager.ts +2 -2
- package/src/client/managers/JWTAuthImplementation.ts +24 -27
- package/src/client/managers/ManagersIndex.ts +1 -1
- package/src/client/managers/composed/MigrationAdapter.ts +1 -1
- package/src/client/managers/composed/index.ts +7 -7
- package/src/client/managers/implementations/ErrorHandlerImpl.ts +12 -26
- package/src/client/managers/implementations/ParameterValidatorImpl.ts +49 -49
- package/src/client/managers/interfaces/ManagerInterfaces.ts +13 -9
- package/src/config/index.ts +3 -3
- package/src/docs/MarkdownFormatter.ts +13 -9
- package/src/performance/PerformanceAnalytics.ts +9 -3
- package/src/security/InputValidator.ts +1 -1
- package/src/security/SecurityCIPipeline.ts +1 -1
- package/src/security/SecurityConfig.ts +9 -3
- package/src/server/index.ts +2 -2
- package/src/tools/cache.ts +3 -1
- package/src/tools/comments.ts +3 -1
- package/src/tools/performance.ts +7 -3
- package/src/tools/posts/PostHandlers.ts +3 -1
- package/src/tools/seo/SEOTools.ts +6 -2
- package/src/tools/seo/analyzers/ContentAnalyzer.ts +9 -3
- package/src/types/enhanced.ts +34 -34
- package/src/types/index.ts +13 -11
- package/src/types/requests.ts +19 -19
- package/src/types/tools.ts +137 -84
- package/src/utils/index.ts +7 -7
package/docs/api/summary.json
CHANGED
|
@@ -6,9 +6,9 @@ Approves a pending comment.
|
|
|
6
6
|
|
|
7
7
|
## Parameters
|
|
8
8
|
|
|
9
|
-
| Parameter | Type
|
|
10
|
-
|
|
11
|
-
| `id`
|
|
9
|
+
| Parameter | Type | Required | Description | Default | Examples |
|
|
10
|
+
| --------- | -------- | -------- | --------------------------------- | ------- | ------------ |
|
|
11
|
+
| `id` | `number` | ✅ | The ID of the comment to approve. | - | `123`, `456` |
|
|
12
12
|
|
|
13
13
|
## Examples
|
|
14
14
|
|
|
@@ -17,11 +17,13 @@ Approves a pending comment.
|
|
|
17
17
|
Simple example of using wp_approve_comment
|
|
18
18
|
|
|
19
19
|
**Command:**
|
|
20
|
+
|
|
20
21
|
```bash
|
|
21
22
|
wp_approve_comment --id="123"
|
|
22
23
|
```
|
|
23
24
|
|
|
24
25
|
**Response:**
|
|
26
|
+
|
|
25
27
|
```json
|
|
26
28
|
{
|
|
27
29
|
"success": true,
|
|
@@ -31,6 +33,7 @@ wp_approve_comment --id="123"
|
|
|
31
33
|
```
|
|
32
34
|
|
|
33
35
|
**Error Example (Authentication failure):**
|
|
36
|
+
|
|
34
37
|
```json
|
|
35
38
|
{
|
|
36
39
|
"error": "Authentication failed",
|
|
@@ -38,11 +41,6 @@ wp_approve_comment --id="123"
|
|
|
38
41
|
}
|
|
39
42
|
```
|
|
40
43
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
44
|
## Response Format
|
|
47
45
|
|
|
48
46
|
**Return Type:** `object`
|
|
@@ -65,34 +63,24 @@ wp_approve_comment --id="123"
|
|
|
65
63
|
|
|
66
64
|
### AUTHENTICATION_FAILED
|
|
67
65
|
|
|
68
|
-
**Message:** Authentication failed
|
|
69
|
-
|
|
70
|
-
**Resolution:** Check your authentication credentials and user permissions
|
|
71
|
-
|
|
66
|
+
**Message:** Authentication failed **Description:** Invalid credentials or insufficient permissions **Resolution:**
|
|
67
|
+
Check your authentication credentials and user permissions
|
|
72
68
|
|
|
73
69
|
### VALIDATION_ERROR
|
|
74
70
|
|
|
75
|
-
**Message:** Parameter validation failed
|
|
76
|
-
**Description:** One or more required parameters are missing or invalid
|
|
71
|
+
**Message:** Parameter validation failed **Description:** One or more required parameters are missing or invalid
|
|
77
72
|
**Resolution:** Review the required parameters and their formats
|
|
78
73
|
|
|
79
|
-
|
|
80
74
|
### NOT_FOUND
|
|
81
75
|
|
|
82
|
-
**Message:** Resource not found
|
|
83
|
-
|
|
84
|
-
**Resolution:** Verify the resource ID and ensure it exists
|
|
85
|
-
|
|
76
|
+
**Message:** Resource not found **Description:** The requested resource does not exist **Resolution:** Verify the
|
|
77
|
+
resource ID and ensure it exists
|
|
86
78
|
|
|
87
79
|
### PERMISSION_DENIED
|
|
88
80
|
|
|
89
|
-
**Message:** Insufficient permissions
|
|
90
|
-
**Description:** The user does not have permission to perform this action
|
|
81
|
+
**Message:** Insufficient permissions **Description:** The user does not have permission to perform this action
|
|
91
82
|
**Resolution:** Contact an administrator to grant the necessary permissions
|
|
92
83
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
84
|
---
|
|
97
85
|
|
|
98
|
-
|
|
86
|
+
_Generated automatically from tool definitions - Do not edit manually_
|
|
@@ -6,10 +6,10 @@ Clear cache for a WordPress site.
|
|
|
6
6
|
|
|
7
7
|
## Parameters
|
|
8
8
|
|
|
9
|
-
| Parameter | Type
|
|
10
|
-
|
|
11
|
-
| `site`
|
|
12
|
-
| `pattern` | `string` | ❌
|
|
9
|
+
| Parameter | Type | Required | Description | Default | Examples |
|
|
10
|
+
| --------- | -------- | -------- | ------------------------------------------------------------------------------- | ------- | --------------------- |
|
|
11
|
+
| `site` | `string` | ❌ | Site ID to clear cache for. | - | `site1`, `production` |
|
|
12
|
+
| `pattern` | `string` | ❌ | Optional pattern to clear specific cache entries (e.g., "posts", "categories"). | - | `example` |
|
|
13
13
|
|
|
14
14
|
## Examples
|
|
15
15
|
|
|
@@ -18,11 +18,13 @@ Clear cache for a WordPress site.
|
|
|
18
18
|
Simple example of using wp_cache_clear
|
|
19
19
|
|
|
20
20
|
**Command:**
|
|
21
|
+
|
|
21
22
|
```bash
|
|
22
|
-
wp_cache_clear
|
|
23
|
+
wp_cache_clear
|
|
23
24
|
```
|
|
24
25
|
|
|
25
26
|
**Response:**
|
|
27
|
+
|
|
26
28
|
```json
|
|
27
29
|
{
|
|
28
30
|
"success": true,
|
|
@@ -32,6 +34,7 @@ wp_cache_clear
|
|
|
32
34
|
```
|
|
33
35
|
|
|
34
36
|
**Error Example (Authentication failure):**
|
|
37
|
+
|
|
35
38
|
```json
|
|
36
39
|
{
|
|
37
40
|
"error": "Authentication failed",
|
|
@@ -39,17 +42,18 @@ wp_cache_clear
|
|
|
39
42
|
}
|
|
40
43
|
```
|
|
41
44
|
|
|
42
|
-
|
|
43
45
|
### Multi-Site cache Usage
|
|
44
46
|
|
|
45
47
|
Using wp_cache_clear with specific site targeting
|
|
46
48
|
|
|
47
49
|
**Command:**
|
|
50
|
+
|
|
48
51
|
```bash
|
|
49
52
|
wp_cache_clear --site="site1"
|
|
50
53
|
```
|
|
51
54
|
|
|
52
55
|
**Response:**
|
|
56
|
+
|
|
53
57
|
```json
|
|
54
58
|
{
|
|
55
59
|
"success": true,
|
|
@@ -58,13 +62,6 @@ wp_cache_clear --site="site1"
|
|
|
58
62
|
}
|
|
59
63
|
```
|
|
60
64
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
65
|
## Response Format
|
|
69
66
|
|
|
70
67
|
**Return Type:** `CacheStats`
|
|
@@ -87,34 +84,24 @@ wp_cache_clear --site="site1"
|
|
|
87
84
|
|
|
88
85
|
### AUTHENTICATION_FAILED
|
|
89
86
|
|
|
90
|
-
**Message:** Authentication failed
|
|
91
|
-
|
|
92
|
-
**Resolution:** Check your authentication credentials and user permissions
|
|
93
|
-
|
|
87
|
+
**Message:** Authentication failed **Description:** Invalid credentials or insufficient permissions **Resolution:**
|
|
88
|
+
Check your authentication credentials and user permissions
|
|
94
89
|
|
|
95
90
|
### VALIDATION_ERROR
|
|
96
91
|
|
|
97
|
-
**Message:** Parameter validation failed
|
|
98
|
-
**Description:** One or more required parameters are missing or invalid
|
|
92
|
+
**Message:** Parameter validation failed **Description:** One or more required parameters are missing or invalid
|
|
99
93
|
**Resolution:** Review the required parameters and their formats
|
|
100
94
|
|
|
101
|
-
|
|
102
95
|
### NOT_FOUND
|
|
103
96
|
|
|
104
|
-
**Message:** Resource not found
|
|
105
|
-
|
|
106
|
-
**Resolution:** Verify the resource ID and ensure it exists
|
|
107
|
-
|
|
97
|
+
**Message:** Resource not found **Description:** The requested resource does not exist **Resolution:** Verify the
|
|
98
|
+
resource ID and ensure it exists
|
|
108
99
|
|
|
109
100
|
### PERMISSION_DENIED
|
|
110
101
|
|
|
111
|
-
**Message:** Insufficient permissions
|
|
112
|
-
**Description:** The user does not have permission to perform this action
|
|
102
|
+
**Message:** Insufficient permissions **Description:** The user does not have permission to perform this action
|
|
113
103
|
**Resolution:** Contact an administrator to grant the necessary permissions
|
|
114
104
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
105
|
---
|
|
119
106
|
|
|
120
|
-
|
|
107
|
+
_Generated automatically from tool definitions - Do not edit manually_
|
|
@@ -6,9 +6,9 @@ Get detailed cache configuration and status information.
|
|
|
6
6
|
|
|
7
7
|
## Parameters
|
|
8
8
|
|
|
9
|
-
| Parameter | Type
|
|
10
|
-
|
|
11
|
-
| `site`
|
|
9
|
+
| Parameter | Type | Required | Description | Default | Examples |
|
|
10
|
+
| --------- | -------- | -------- | ------------------------------ | ------- | --------------------- |
|
|
11
|
+
| `site` | `string` | ❌ | Site ID to get cache info for. | - | `site1`, `production` |
|
|
12
12
|
|
|
13
13
|
## Examples
|
|
14
14
|
|
|
@@ -17,11 +17,13 @@ Get detailed cache configuration and status information.
|
|
|
17
17
|
Simple example of using wp_cache_info
|
|
18
18
|
|
|
19
19
|
**Command:**
|
|
20
|
+
|
|
20
21
|
```bash
|
|
21
|
-
wp_cache_info
|
|
22
|
+
wp_cache_info
|
|
22
23
|
```
|
|
23
24
|
|
|
24
25
|
**Response:**
|
|
26
|
+
|
|
25
27
|
```json
|
|
26
28
|
{
|
|
27
29
|
"success": true,
|
|
@@ -31,6 +33,7 @@ wp_cache_info
|
|
|
31
33
|
```
|
|
32
34
|
|
|
33
35
|
**Error Example (Authentication failure):**
|
|
36
|
+
|
|
34
37
|
```json
|
|
35
38
|
{
|
|
36
39
|
"error": "Authentication failed",
|
|
@@ -38,17 +41,18 @@ wp_cache_info
|
|
|
38
41
|
}
|
|
39
42
|
```
|
|
40
43
|
|
|
41
|
-
|
|
42
44
|
### Multi-Site cache Usage
|
|
43
45
|
|
|
44
46
|
Using wp_cache_info with specific site targeting
|
|
45
47
|
|
|
46
48
|
**Command:**
|
|
49
|
+
|
|
47
50
|
```bash
|
|
48
51
|
wp_cache_info --site="site1"
|
|
49
52
|
```
|
|
50
53
|
|
|
51
54
|
**Response:**
|
|
55
|
+
|
|
52
56
|
```json
|
|
53
57
|
{
|
|
54
58
|
"success": true,
|
|
@@ -57,13 +61,6 @@ wp_cache_info --site="site1"
|
|
|
57
61
|
}
|
|
58
62
|
```
|
|
59
63
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
64
|
## Response Format
|
|
68
65
|
|
|
69
66
|
**Return Type:** `CacheStats`
|
|
@@ -86,34 +83,24 @@ wp_cache_info --site="site1"
|
|
|
86
83
|
|
|
87
84
|
### AUTHENTICATION_FAILED
|
|
88
85
|
|
|
89
|
-
**Message:** Authentication failed
|
|
90
|
-
|
|
91
|
-
**Resolution:** Check your authentication credentials and user permissions
|
|
92
|
-
|
|
86
|
+
**Message:** Authentication failed **Description:** Invalid credentials or insufficient permissions **Resolution:**
|
|
87
|
+
Check your authentication credentials and user permissions
|
|
93
88
|
|
|
94
89
|
### VALIDATION_ERROR
|
|
95
90
|
|
|
96
|
-
**Message:** Parameter validation failed
|
|
97
|
-
**Description:** One or more required parameters are missing or invalid
|
|
91
|
+
**Message:** Parameter validation failed **Description:** One or more required parameters are missing or invalid
|
|
98
92
|
**Resolution:** Review the required parameters and their formats
|
|
99
93
|
|
|
100
|
-
|
|
101
94
|
### NOT_FOUND
|
|
102
95
|
|
|
103
|
-
**Message:** Resource not found
|
|
104
|
-
|
|
105
|
-
**Resolution:** Verify the resource ID and ensure it exists
|
|
106
|
-
|
|
96
|
+
**Message:** Resource not found **Description:** The requested resource does not exist **Resolution:** Verify the
|
|
97
|
+
resource ID and ensure it exists
|
|
107
98
|
|
|
108
99
|
### PERMISSION_DENIED
|
|
109
100
|
|
|
110
|
-
**Message:** Insufficient permissions
|
|
111
|
-
**Description:** The user does not have permission to perform this action
|
|
101
|
+
**Message:** Insufficient permissions **Description:** The user does not have permission to perform this action
|
|
112
102
|
**Resolution:** Contact an administrator to grant the necessary permissions
|
|
113
103
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
104
|
---
|
|
118
105
|
|
|
119
|
-
|
|
106
|
+
_Generated automatically from tool definitions - Do not edit manually_
|
|
@@ -6,9 +6,9 @@ Get cache statistics for a WordPress site.
|
|
|
6
6
|
|
|
7
7
|
## Parameters
|
|
8
8
|
|
|
9
|
-
| Parameter | Type
|
|
10
|
-
|
|
11
|
-
| `site`
|
|
9
|
+
| Parameter | Type | Required | Description | Default | Examples |
|
|
10
|
+
| --------- | -------- | -------- | --------------------------------------------------------------------------------------------------------- | ------- | --------------------- |
|
|
11
|
+
| `site` | `string` | ❌ | Site ID to get cache stats for. If not provided, uses default site or fails if multiple sites configured. | - | `site1`, `production` |
|
|
12
12
|
|
|
13
13
|
## Examples
|
|
14
14
|
|
|
@@ -17,11 +17,13 @@ Get cache statistics for a WordPress site.
|
|
|
17
17
|
Simple example of using wp_cache_stats
|
|
18
18
|
|
|
19
19
|
**Command:**
|
|
20
|
+
|
|
20
21
|
```bash
|
|
21
|
-
wp_cache_stats
|
|
22
|
+
wp_cache_stats
|
|
22
23
|
```
|
|
23
24
|
|
|
24
25
|
**Response:**
|
|
26
|
+
|
|
25
27
|
```json
|
|
26
28
|
{
|
|
27
29
|
"success": true,
|
|
@@ -31,6 +33,7 @@ wp_cache_stats
|
|
|
31
33
|
```
|
|
32
34
|
|
|
33
35
|
**Error Example (Authentication failure):**
|
|
36
|
+
|
|
34
37
|
```json
|
|
35
38
|
{
|
|
36
39
|
"error": "Authentication failed",
|
|
@@ -38,17 +41,18 @@ wp_cache_stats
|
|
|
38
41
|
}
|
|
39
42
|
```
|
|
40
43
|
|
|
41
|
-
|
|
42
44
|
### Multi-Site cache Usage
|
|
43
45
|
|
|
44
46
|
Using wp_cache_stats with specific site targeting
|
|
45
47
|
|
|
46
48
|
**Command:**
|
|
49
|
+
|
|
47
50
|
```bash
|
|
48
51
|
wp_cache_stats --site="site1"
|
|
49
52
|
```
|
|
50
53
|
|
|
51
54
|
**Response:**
|
|
55
|
+
|
|
52
56
|
```json
|
|
53
57
|
{
|
|
54
58
|
"success": true,
|
|
@@ -57,13 +61,6 @@ wp_cache_stats --site="site1"
|
|
|
57
61
|
}
|
|
58
62
|
```
|
|
59
63
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
64
|
## Response Format
|
|
68
65
|
|
|
69
66
|
**Return Type:** `CacheStats`
|
|
@@ -86,34 +83,24 @@ wp_cache_stats --site="site1"
|
|
|
86
83
|
|
|
87
84
|
### AUTHENTICATION_FAILED
|
|
88
85
|
|
|
89
|
-
**Message:** Authentication failed
|
|
90
|
-
|
|
91
|
-
**Resolution:** Check your authentication credentials and user permissions
|
|
92
|
-
|
|
86
|
+
**Message:** Authentication failed **Description:** Invalid credentials or insufficient permissions **Resolution:**
|
|
87
|
+
Check your authentication credentials and user permissions
|
|
93
88
|
|
|
94
89
|
### VALIDATION_ERROR
|
|
95
90
|
|
|
96
|
-
**Message:** Parameter validation failed
|
|
97
|
-
**Description:** One or more required parameters are missing or invalid
|
|
91
|
+
**Message:** Parameter validation failed **Description:** One or more required parameters are missing or invalid
|
|
98
92
|
**Resolution:** Review the required parameters and their formats
|
|
99
93
|
|
|
100
|
-
|
|
101
94
|
### NOT_FOUND
|
|
102
95
|
|
|
103
|
-
**Message:** Resource not found
|
|
104
|
-
|
|
105
|
-
**Resolution:** Verify the resource ID and ensure it exists
|
|
106
|
-
|
|
96
|
+
**Message:** Resource not found **Description:** The requested resource does not exist **Resolution:** Verify the
|
|
97
|
+
resource ID and ensure it exists
|
|
107
98
|
|
|
108
99
|
### PERMISSION_DENIED
|
|
109
100
|
|
|
110
|
-
**Message:** Insufficient permissions
|
|
111
|
-
**Description:** The user does not have permission to perform this action
|
|
101
|
+
**Message:** Insufficient permissions **Description:** The user does not have permission to perform this action
|
|
112
102
|
**Resolution:** Contact an administrator to grant the necessary permissions
|
|
113
103
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
104
|
---
|
|
118
105
|
|
|
119
|
-
|
|
106
|
+
_Generated automatically from tool definitions - Do not edit manually_
|
|
@@ -6,9 +6,9 @@ Pre-warm cache with essential WordPress data.
|
|
|
6
6
|
|
|
7
7
|
## Parameters
|
|
8
8
|
|
|
9
|
-
| Parameter | Type
|
|
10
|
-
|
|
11
|
-
| `site`
|
|
9
|
+
| Parameter | Type | Required | Description | Default | Examples |
|
|
10
|
+
| --------- | -------- | -------- | -------------------------- | ------- | --------------------- |
|
|
11
|
+
| `site` | `string` | ❌ | Site ID to warm cache for. | - | `site1`, `production` |
|
|
12
12
|
|
|
13
13
|
## Examples
|
|
14
14
|
|
|
@@ -17,11 +17,13 @@ Pre-warm cache with essential WordPress data.
|
|
|
17
17
|
Simple example of using wp_cache_warm
|
|
18
18
|
|
|
19
19
|
**Command:**
|
|
20
|
+
|
|
20
21
|
```bash
|
|
21
|
-
wp_cache_warm
|
|
22
|
+
wp_cache_warm
|
|
22
23
|
```
|
|
23
24
|
|
|
24
25
|
**Response:**
|
|
26
|
+
|
|
25
27
|
```json
|
|
26
28
|
{
|
|
27
29
|
"success": true,
|
|
@@ -31,6 +33,7 @@ wp_cache_warm
|
|
|
31
33
|
```
|
|
32
34
|
|
|
33
35
|
**Error Example (Authentication failure):**
|
|
36
|
+
|
|
34
37
|
```json
|
|
35
38
|
{
|
|
36
39
|
"error": "Authentication failed",
|
|
@@ -38,17 +41,18 @@ wp_cache_warm
|
|
|
38
41
|
}
|
|
39
42
|
```
|
|
40
43
|
|
|
41
|
-
|
|
42
44
|
### Multi-Site cache Usage
|
|
43
45
|
|
|
44
46
|
Using wp_cache_warm with specific site targeting
|
|
45
47
|
|
|
46
48
|
**Command:**
|
|
49
|
+
|
|
47
50
|
```bash
|
|
48
51
|
wp_cache_warm --site="site1"
|
|
49
52
|
```
|
|
50
53
|
|
|
51
54
|
**Response:**
|
|
55
|
+
|
|
52
56
|
```json
|
|
53
57
|
{
|
|
54
58
|
"success": true,
|
|
@@ -57,13 +61,6 @@ wp_cache_warm --site="site1"
|
|
|
57
61
|
}
|
|
58
62
|
```
|
|
59
63
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
64
|
## Response Format
|
|
68
65
|
|
|
69
66
|
**Return Type:** `CacheStats`
|
|
@@ -86,34 +83,24 @@ wp_cache_warm --site="site1"
|
|
|
86
83
|
|
|
87
84
|
### AUTHENTICATION_FAILED
|
|
88
85
|
|
|
89
|
-
**Message:** Authentication failed
|
|
90
|
-
|
|
91
|
-
**Resolution:** Check your authentication credentials and user permissions
|
|
92
|
-
|
|
86
|
+
**Message:** Authentication failed **Description:** Invalid credentials or insufficient permissions **Resolution:**
|
|
87
|
+
Check your authentication credentials and user permissions
|
|
93
88
|
|
|
94
89
|
### VALIDATION_ERROR
|
|
95
90
|
|
|
96
|
-
**Message:** Parameter validation failed
|
|
97
|
-
**Description:** One or more required parameters are missing or invalid
|
|
91
|
+
**Message:** Parameter validation failed **Description:** One or more required parameters are missing or invalid
|
|
98
92
|
**Resolution:** Review the required parameters and their formats
|
|
99
93
|
|
|
100
|
-
|
|
101
94
|
### NOT_FOUND
|
|
102
95
|
|
|
103
|
-
**Message:** Resource not found
|
|
104
|
-
|
|
105
|
-
**Resolution:** Verify the resource ID and ensure it exists
|
|
106
|
-
|
|
96
|
+
**Message:** Resource not found **Description:** The requested resource does not exist **Resolution:** Verify the
|
|
97
|
+
resource ID and ensure it exists
|
|
107
98
|
|
|
108
99
|
### PERMISSION_DENIED
|
|
109
100
|
|
|
110
|
-
**Message:** Insufficient permissions
|
|
111
|
-
**Description:** The user does not have permission to perform this action
|
|
101
|
+
**Message:** Insufficient permissions **Description:** The user does not have permission to perform this action
|
|
112
102
|
**Resolution:** Contact an administrator to grant the necessary permissions
|
|
113
103
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
104
|
---
|
|
118
105
|
|
|
119
|
-
|
|
106
|
+
_Generated automatically from tool definitions - Do not edit manually_
|
|
@@ -6,10 +6,10 @@ Creates a new application password for a user.
|
|
|
6
6
|
|
|
7
7
|
## Parameters
|
|
8
8
|
|
|
9
|
-
| Parameter
|
|
10
|
-
|
|
11
|
-
| `user_id`
|
|
12
|
-
| `app_name` | `string` | ✅
|
|
9
|
+
| Parameter | Type | Required | Description | Default | Examples |
|
|
10
|
+
| ---------- | -------- | -------- | ------------------------------------------------- | ------- | --------- |
|
|
11
|
+
| `user_id` | `number` | ✅ | The ID of the user to create the password for. | - | `example` |
|
|
12
|
+
| `app_name` | `string` | ✅ | The name of the application this password is for. | - | `example` |
|
|
13
13
|
|
|
14
14
|
## Examples
|
|
15
15
|
|
|
@@ -18,11 +18,13 @@ Creates a new application password for a user.
|
|
|
18
18
|
Simple example of using wp_create_application_password
|
|
19
19
|
|
|
20
20
|
**Command:**
|
|
21
|
+
|
|
21
22
|
```bash
|
|
22
23
|
wp_create_application_password --user_id="example_value" --app_name="example_value"
|
|
23
24
|
```
|
|
24
25
|
|
|
25
26
|
**Response:**
|
|
27
|
+
|
|
26
28
|
```json
|
|
27
29
|
{
|
|
28
30
|
"success": true,
|
|
@@ -35,6 +37,7 @@ wp_create_application_password --user_id="example_value" --app_name="example_val
|
|
|
35
37
|
```
|
|
36
38
|
|
|
37
39
|
**Error Example (Authentication failure):**
|
|
40
|
+
|
|
38
41
|
```json
|
|
39
42
|
{
|
|
40
43
|
"error": "Authentication failed",
|
|
@@ -42,11 +45,6 @@ wp_create_application_password --user_id="example_value" --app_name="example_val
|
|
|
42
45
|
}
|
|
43
46
|
```
|
|
44
47
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
48
|
## Response Format
|
|
51
49
|
|
|
52
50
|
**Return Type:** `site`
|
|
@@ -69,34 +67,24 @@ wp_create_application_password --user_id="example_value" --app_name="example_val
|
|
|
69
67
|
|
|
70
68
|
### AUTHENTICATION_FAILED
|
|
71
69
|
|
|
72
|
-
**Message:** Authentication failed
|
|
73
|
-
|
|
74
|
-
**Resolution:** Check your authentication credentials and user permissions
|
|
75
|
-
|
|
70
|
+
**Message:** Authentication failed **Description:** Invalid credentials or insufficient permissions **Resolution:**
|
|
71
|
+
Check your authentication credentials and user permissions
|
|
76
72
|
|
|
77
73
|
### VALIDATION_ERROR
|
|
78
74
|
|
|
79
|
-
**Message:** Parameter validation failed
|
|
80
|
-
**Description:** One or more required parameters are missing or invalid
|
|
75
|
+
**Message:** Parameter validation failed **Description:** One or more required parameters are missing or invalid
|
|
81
76
|
**Resolution:** Review the required parameters and their formats
|
|
82
77
|
|
|
83
|
-
|
|
84
78
|
### NOT_FOUND
|
|
85
79
|
|
|
86
|
-
**Message:** Resource not found
|
|
87
|
-
|
|
88
|
-
**Resolution:** Verify the resource ID and ensure it exists
|
|
89
|
-
|
|
80
|
+
**Message:** Resource not found **Description:** The requested resource does not exist **Resolution:** Verify the
|
|
81
|
+
resource ID and ensure it exists
|
|
90
82
|
|
|
91
83
|
### PERMISSION_DENIED
|
|
92
84
|
|
|
93
|
-
**Message:** Insufficient permissions
|
|
94
|
-
**Description:** The user does not have permission to perform this action
|
|
85
|
+
**Message:** Insufficient permissions **Description:** The user does not have permission to perform this action
|
|
95
86
|
**Resolution:** Contact an administrator to grant the necessary permissions
|
|
96
87
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
88
|
---
|
|
101
89
|
|
|
102
|
-
|
|
90
|
+
_Generated automatically from tool definitions - Do not edit manually_
|