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/openapi.json
CHANGED
|
@@ -18,9 +18,7 @@
|
|
|
18
18
|
"post": {
|
|
19
19
|
"summary": "Approves a pending comment.",
|
|
20
20
|
"description": "Execute wp_approve_comment MCP tool",
|
|
21
|
-
"tags": [
|
|
22
|
-
"comment"
|
|
23
|
-
],
|
|
21
|
+
"tags": ["comment"],
|
|
24
22
|
"requestBody": {
|
|
25
23
|
"required": true,
|
|
26
24
|
"content": {
|
|
@@ -33,9 +31,7 @@
|
|
|
33
31
|
"description": "The ID of the comment to approve."
|
|
34
32
|
}
|
|
35
33
|
},
|
|
36
|
-
"required": [
|
|
37
|
-
"id"
|
|
38
|
-
]
|
|
34
|
+
"required": ["id"]
|
|
39
35
|
}
|
|
40
36
|
}
|
|
41
37
|
}
|
|
@@ -67,9 +63,7 @@
|
|
|
67
63
|
"post": {
|
|
68
64
|
"summary": "Clear cache for a WordPress site.",
|
|
69
65
|
"description": "Execute wp_cache_clear MCP tool",
|
|
70
|
-
"tags": [
|
|
71
|
-
"cache"
|
|
72
|
-
],
|
|
66
|
+
"tags": ["cache"],
|
|
73
67
|
"requestBody": {
|
|
74
68
|
"required": true,
|
|
75
69
|
"content": {
|
|
@@ -117,9 +111,7 @@
|
|
|
117
111
|
"post": {
|
|
118
112
|
"summary": "Get detailed cache configuration and status information.",
|
|
119
113
|
"description": "Execute wp_cache_info MCP tool",
|
|
120
|
-
"tags": [
|
|
121
|
-
"cache"
|
|
122
|
-
],
|
|
114
|
+
"tags": ["cache"],
|
|
123
115
|
"requestBody": {
|
|
124
116
|
"required": true,
|
|
125
117
|
"content": {
|
|
@@ -163,9 +155,7 @@
|
|
|
163
155
|
"post": {
|
|
164
156
|
"summary": "Get cache statistics for a WordPress site.",
|
|
165
157
|
"description": "Execute wp_cache_stats MCP tool",
|
|
166
|
-
"tags": [
|
|
167
|
-
"cache"
|
|
168
|
-
],
|
|
158
|
+
"tags": ["cache"],
|
|
169
159
|
"requestBody": {
|
|
170
160
|
"required": true,
|
|
171
161
|
"content": {
|
|
@@ -209,9 +199,7 @@
|
|
|
209
199
|
"post": {
|
|
210
200
|
"summary": "Pre-warm cache with essential WordPress data.",
|
|
211
201
|
"description": "Execute wp_cache_warm MCP tool",
|
|
212
|
-
"tags": [
|
|
213
|
-
"cache"
|
|
214
|
-
],
|
|
202
|
+
"tags": ["cache"],
|
|
215
203
|
"requestBody": {
|
|
216
204
|
"required": true,
|
|
217
205
|
"content": {
|
|
@@ -255,9 +243,7 @@
|
|
|
255
243
|
"post": {
|
|
256
244
|
"summary": "Creates a new application password for a user.",
|
|
257
245
|
"description": "Execute wp_create_application_password MCP tool",
|
|
258
|
-
"tags": [
|
|
259
|
-
"site"
|
|
260
|
-
],
|
|
246
|
+
"tags": ["site"],
|
|
261
247
|
"requestBody": {
|
|
262
248
|
"required": true,
|
|
263
249
|
"content": {
|
|
@@ -274,10 +260,7 @@
|
|
|
274
260
|
"description": "The name of the application this password is for."
|
|
275
261
|
}
|
|
276
262
|
},
|
|
277
|
-
"required": [
|
|
278
|
-
"user_id",
|
|
279
|
-
"app_name"
|
|
280
|
-
]
|
|
263
|
+
"required": ["user_id", "app_name"]
|
|
281
264
|
}
|
|
282
265
|
}
|
|
283
266
|
}
|
|
@@ -309,9 +292,7 @@
|
|
|
309
292
|
"post": {
|
|
310
293
|
"summary": "Creates a new category.",
|
|
311
294
|
"description": "Execute wp_create_category MCP tool",
|
|
312
|
-
"tags": [
|
|
313
|
-
"taxonomy"
|
|
314
|
-
],
|
|
295
|
+
"tags": ["taxonomy"],
|
|
315
296
|
"requestBody": {
|
|
316
297
|
"required": true,
|
|
317
298
|
"content": {
|
|
@@ -328,9 +309,7 @@
|
|
|
328
309
|
"description": "The description for the category."
|
|
329
310
|
}
|
|
330
311
|
},
|
|
331
|
-
"required": [
|
|
332
|
-
"name"
|
|
333
|
-
]
|
|
312
|
+
"required": ["name"]
|
|
334
313
|
}
|
|
335
314
|
}
|
|
336
315
|
}
|
|
@@ -362,9 +341,7 @@
|
|
|
362
341
|
"post": {
|
|
363
342
|
"summary": "Creates a new comment on a post.",
|
|
364
343
|
"description": "Execute wp_create_comment MCP tool",
|
|
365
|
-
"tags": [
|
|
366
|
-
"comment"
|
|
367
|
-
],
|
|
344
|
+
"tags": ["comment"],
|
|
368
345
|
"requestBody": {
|
|
369
346
|
"required": true,
|
|
370
347
|
"content": {
|
|
@@ -389,10 +366,7 @@
|
|
|
389
366
|
"description": "The email of the comment author."
|
|
390
367
|
}
|
|
391
368
|
},
|
|
392
|
-
"required": [
|
|
393
|
-
"post",
|
|
394
|
-
"content"
|
|
395
|
-
]
|
|
369
|
+
"required": ["post", "content"]
|
|
396
370
|
}
|
|
397
371
|
}
|
|
398
372
|
}
|
|
@@ -424,9 +398,7 @@
|
|
|
424
398
|
"post": {
|
|
425
399
|
"summary": "Creates a new page.",
|
|
426
400
|
"description": "Execute wp_create_page MCP tool",
|
|
427
|
-
"tags": [
|
|
428
|
-
"page"
|
|
429
|
-
],
|
|
401
|
+
"tags": ["page"],
|
|
430
402
|
"requestBody": {
|
|
431
403
|
"required": true,
|
|
432
404
|
"content": {
|
|
@@ -445,19 +417,11 @@
|
|
|
445
417
|
"status": {
|
|
446
418
|
"type": "string",
|
|
447
419
|
"description": "The publishing status for the page.",
|
|
448
|
-
"enum": [
|
|
449
|
-
"publish",
|
|
450
|
-
"draft",
|
|
451
|
-
"private",
|
|
452
|
-
"pending",
|
|
453
|
-
"future"
|
|
454
|
-
],
|
|
420
|
+
"enum": ["publish", "draft", "private", "pending", "future"],
|
|
455
421
|
"default": "publish"
|
|
456
422
|
}
|
|
457
423
|
},
|
|
458
|
-
"required": [
|
|
459
|
-
"title"
|
|
460
|
-
]
|
|
424
|
+
"required": ["title"]
|
|
461
425
|
}
|
|
462
426
|
}
|
|
463
427
|
}
|
|
@@ -489,9 +453,7 @@
|
|
|
489
453
|
"post": {
|
|
490
454
|
"summary": "Creates a new WordPress post with comprehensive validation and detailed success feedback including management links.\n\n**Usage Examples:**\n• Simple post: `wp_create_post --title=\"My New Post\" --content=\"<p>Hello World!</p>\"`\n• Draft post: `wp_create_post --title=\"Draft Post\" --status=\"draft\"`\n• Categorized post: `wp_create_post --title=\"Tech News\" --categories=[1,5] --tags=[10,20]`\n• Post with featured image: `wp_create_post --title=\"My Post\" --content=\"<p>Content</p>\" --featured_media=42`\n• Remove featured image: `wp_create_post --title=\"My Post\" --featured_media=0`\n• Scheduled post: `wp_create_post --title=\"Future Post\" --status=\"future\" --date=\"2024-12-25T10:00:00\"`\n• Complete post: `wp_create_post --title=\"Complete Post\" --content=\"<p>Content</p>\" --excerpt=\"Summary\" --status=\"publish\"`",
|
|
491
455
|
"description": "Execute wp_create_post MCP tool",
|
|
492
|
-
"tags": [
|
|
493
|
-
"post"
|
|
494
|
-
],
|
|
456
|
+
"tags": ["post"],
|
|
495
457
|
"requestBody": {
|
|
496
458
|
"required": true,
|
|
497
459
|
"content": {
|
|
@@ -510,13 +472,7 @@
|
|
|
510
472
|
"status": {
|
|
511
473
|
"type": "string",
|
|
512
474
|
"description": "The publishing status for the post.",
|
|
513
|
-
"enum": [
|
|
514
|
-
"publish",
|
|
515
|
-
"draft",
|
|
516
|
-
"private",
|
|
517
|
-
"pending",
|
|
518
|
-
"future"
|
|
519
|
-
],
|
|
475
|
+
"enum": ["publish", "draft", "private", "pending", "future"],
|
|
520
476
|
"default": "publish"
|
|
521
477
|
},
|
|
522
478
|
"excerpt": {
|
|
@@ -536,9 +492,7 @@
|
|
|
536
492
|
"description": "The ID of the featured media (image) for the post. Use wp_upload_media first to get a media ID. Set to 0 or null to remove the featured image."
|
|
537
493
|
}
|
|
538
494
|
},
|
|
539
|
-
"required": [
|
|
540
|
-
"title"
|
|
541
|
-
]
|
|
495
|
+
"required": ["title"]
|
|
542
496
|
}
|
|
543
497
|
}
|
|
544
498
|
}
|
|
@@ -570,9 +524,7 @@
|
|
|
570
524
|
"post": {
|
|
571
525
|
"summary": "Creates a new tag.",
|
|
572
526
|
"description": "Execute wp_create_tag MCP tool",
|
|
573
|
-
"tags": [
|
|
574
|
-
"taxonomy"
|
|
575
|
-
],
|
|
527
|
+
"tags": ["taxonomy"],
|
|
576
528
|
"requestBody": {
|
|
577
529
|
"required": true,
|
|
578
530
|
"content": {
|
|
@@ -585,9 +537,7 @@
|
|
|
585
537
|
"description": "The name of the tag."
|
|
586
538
|
}
|
|
587
539
|
},
|
|
588
|
-
"required": [
|
|
589
|
-
"name"
|
|
590
|
-
]
|
|
540
|
+
"required": ["name"]
|
|
591
541
|
}
|
|
592
542
|
}
|
|
593
543
|
}
|
|
@@ -619,9 +569,7 @@
|
|
|
619
569
|
"post": {
|
|
620
570
|
"summary": "Creates a new user.",
|
|
621
571
|
"description": "Execute wp_create_user MCP tool",
|
|
622
|
-
"tags": [
|
|
623
|
-
"user"
|
|
624
|
-
],
|
|
572
|
+
"tags": ["user"],
|
|
625
573
|
"requestBody": {
|
|
626
574
|
"required": true,
|
|
627
575
|
"content": {
|
|
@@ -646,11 +594,7 @@
|
|
|
646
594
|
"description": "An array of roles to assign to the user."
|
|
647
595
|
}
|
|
648
596
|
},
|
|
649
|
-
"required": [
|
|
650
|
-
"username",
|
|
651
|
-
"email",
|
|
652
|
-
"password"
|
|
653
|
-
]
|
|
597
|
+
"required": ["username", "email", "password"]
|
|
654
598
|
}
|
|
655
599
|
}
|
|
656
600
|
}
|
|
@@ -682,9 +626,7 @@
|
|
|
682
626
|
"post": {
|
|
683
627
|
"summary": "Revokes an existing application password.",
|
|
684
628
|
"description": "Execute wp_delete_application_password MCP tool",
|
|
685
|
-
"tags": [
|
|
686
|
-
"site"
|
|
687
|
-
],
|
|
629
|
+
"tags": ["site"],
|
|
688
630
|
"requestBody": {
|
|
689
631
|
"required": true,
|
|
690
632
|
"content": {
|
|
@@ -701,10 +643,7 @@
|
|
|
701
643
|
"description": "The UUID of the application password to revoke."
|
|
702
644
|
}
|
|
703
645
|
},
|
|
704
|
-
"required": [
|
|
705
|
-
"user_id",
|
|
706
|
-
"uuid"
|
|
707
|
-
]
|
|
646
|
+
"required": ["user_id", "uuid"]
|
|
708
647
|
}
|
|
709
648
|
}
|
|
710
649
|
}
|
|
@@ -736,9 +675,7 @@
|
|
|
736
675
|
"post": {
|
|
737
676
|
"summary": "Deletes a category.",
|
|
738
677
|
"description": "Execute wp_delete_category MCP tool",
|
|
739
|
-
"tags": [
|
|
740
|
-
"taxonomy"
|
|
741
|
-
],
|
|
678
|
+
"tags": ["taxonomy"],
|
|
742
679
|
"requestBody": {
|
|
743
680
|
"required": true,
|
|
744
681
|
"content": {
|
|
@@ -751,9 +688,7 @@
|
|
|
751
688
|
"description": "The ID of the category to delete."
|
|
752
689
|
}
|
|
753
690
|
},
|
|
754
|
-
"required": [
|
|
755
|
-
"id"
|
|
756
|
-
]
|
|
691
|
+
"required": ["id"]
|
|
757
692
|
}
|
|
758
693
|
}
|
|
759
694
|
}
|
|
@@ -785,9 +720,7 @@
|
|
|
785
720
|
"post": {
|
|
786
721
|
"summary": "Deletes a comment.",
|
|
787
722
|
"description": "Execute wp_delete_comment MCP tool",
|
|
788
|
-
"tags": [
|
|
789
|
-
"comment"
|
|
790
|
-
],
|
|
723
|
+
"tags": ["comment"],
|
|
791
724
|
"requestBody": {
|
|
792
725
|
"required": true,
|
|
793
726
|
"content": {
|
|
@@ -804,9 +737,7 @@
|
|
|
804
737
|
"description": "If true, the comment will be permanently deleted. Defaults to false (moved to trash)."
|
|
805
738
|
}
|
|
806
739
|
},
|
|
807
|
-
"required": [
|
|
808
|
-
"id"
|
|
809
|
-
]
|
|
740
|
+
"required": ["id"]
|
|
810
741
|
}
|
|
811
742
|
}
|
|
812
743
|
}
|
|
@@ -838,9 +769,7 @@
|
|
|
838
769
|
"post": {
|
|
839
770
|
"summary": "Deletes a media item.",
|
|
840
771
|
"description": "Execute wp_delete_media MCP tool",
|
|
841
|
-
"tags": [
|
|
842
|
-
"media"
|
|
843
|
-
],
|
|
772
|
+
"tags": ["media"],
|
|
844
773
|
"requestBody": {
|
|
845
774
|
"required": true,
|
|
846
775
|
"content": {
|
|
@@ -857,9 +786,7 @@
|
|
|
857
786
|
"description": "If true, permanently delete. If false, move to trash. Defaults to false."
|
|
858
787
|
}
|
|
859
788
|
},
|
|
860
|
-
"required": [
|
|
861
|
-
"id"
|
|
862
|
-
]
|
|
789
|
+
"required": ["id"]
|
|
863
790
|
}
|
|
864
791
|
}
|
|
865
792
|
}
|
|
@@ -891,9 +818,7 @@
|
|
|
891
818
|
"post": {
|
|
892
819
|
"summary": "Deletes a page.",
|
|
893
820
|
"description": "Execute wp_delete_page MCP tool",
|
|
894
|
-
"tags": [
|
|
895
|
-
"page"
|
|
896
|
-
],
|
|
821
|
+
"tags": ["page"],
|
|
897
822
|
"requestBody": {
|
|
898
823
|
"required": true,
|
|
899
824
|
"content": {
|
|
@@ -910,9 +835,7 @@
|
|
|
910
835
|
"description": "If true, permanently delete. If false, move to trash. Defaults to false."
|
|
911
836
|
}
|
|
912
837
|
},
|
|
913
|
-
"required": [
|
|
914
|
-
"id"
|
|
915
|
-
]
|
|
838
|
+
"required": ["id"]
|
|
916
839
|
}
|
|
917
840
|
}
|
|
918
841
|
}
|
|
@@ -944,9 +867,7 @@
|
|
|
944
867
|
"post": {
|
|
945
868
|
"summary": "Deletes a WordPress post with option for permanent deletion or moving to trash.",
|
|
946
869
|
"description": "Execute wp_delete_post MCP tool",
|
|
947
|
-
"tags": [
|
|
948
|
-
"post"
|
|
949
|
-
],
|
|
870
|
+
"tags": ["post"],
|
|
950
871
|
"requestBody": {
|
|
951
872
|
"required": true,
|
|
952
873
|
"content": {
|
|
@@ -963,9 +884,7 @@
|
|
|
963
884
|
"description": "If true, permanently delete. If false, move to trash. Defaults to false."
|
|
964
885
|
}
|
|
965
886
|
},
|
|
966
|
-
"required": [
|
|
967
|
-
"id"
|
|
968
|
-
]
|
|
887
|
+
"required": ["id"]
|
|
969
888
|
}
|
|
970
889
|
}
|
|
971
890
|
}
|
|
@@ -997,9 +916,7 @@
|
|
|
997
916
|
"post": {
|
|
998
917
|
"summary": "Deletes a tag.",
|
|
999
918
|
"description": "Execute wp_delete_tag MCP tool",
|
|
1000
|
-
"tags": [
|
|
1001
|
-
"taxonomy"
|
|
1002
|
-
],
|
|
919
|
+
"tags": ["taxonomy"],
|
|
1003
920
|
"requestBody": {
|
|
1004
921
|
"required": true,
|
|
1005
922
|
"content": {
|
|
@@ -1012,9 +929,7 @@
|
|
|
1012
929
|
"description": "The ID of the tag to delete."
|
|
1013
930
|
}
|
|
1014
931
|
},
|
|
1015
|
-
"required": [
|
|
1016
|
-
"id"
|
|
1017
|
-
]
|
|
932
|
+
"required": ["id"]
|
|
1018
933
|
}
|
|
1019
934
|
}
|
|
1020
935
|
}
|
|
@@ -1046,9 +961,7 @@
|
|
|
1046
961
|
"post": {
|
|
1047
962
|
"summary": "Deletes a user.",
|
|
1048
963
|
"description": "Execute wp_delete_user MCP tool",
|
|
1049
|
-
"tags": [
|
|
1050
|
-
"user"
|
|
1051
|
-
],
|
|
964
|
+
"tags": ["user"],
|
|
1052
965
|
"requestBody": {
|
|
1053
966
|
"required": true,
|
|
1054
967
|
"content": {
|
|
@@ -1065,9 +978,7 @@
|
|
|
1065
978
|
"description": "The ID of a user to reassign the deleted user's content to."
|
|
1066
979
|
}
|
|
1067
980
|
},
|
|
1068
|
-
"required": [
|
|
1069
|
-
"id"
|
|
1070
|
-
]
|
|
981
|
+
"required": ["id"]
|
|
1071
982
|
}
|
|
1072
983
|
}
|
|
1073
984
|
}
|
|
@@ -1099,9 +1010,7 @@
|
|
|
1099
1010
|
"post": {
|
|
1100
1011
|
"summary": "Lists application passwords for a specific user.",
|
|
1101
1012
|
"description": "Execute wp_get_application_passwords MCP tool",
|
|
1102
|
-
"tags": [
|
|
1103
|
-
"site"
|
|
1104
|
-
],
|
|
1013
|
+
"tags": ["site"],
|
|
1105
1014
|
"requestBody": {
|
|
1106
1015
|
"required": true,
|
|
1107
1016
|
"content": {
|
|
@@ -1114,9 +1023,7 @@
|
|
|
1114
1023
|
"description": "The ID of the user to get application passwords for."
|
|
1115
1024
|
}
|
|
1116
1025
|
},
|
|
1117
|
-
"required": [
|
|
1118
|
-
"user_id"
|
|
1119
|
-
]
|
|
1026
|
+
"required": ["user_id"]
|
|
1120
1027
|
}
|
|
1121
1028
|
}
|
|
1122
1029
|
}
|
|
@@ -1148,9 +1055,7 @@
|
|
|
1148
1055
|
"post": {
|
|
1149
1056
|
"summary": "Gets the current authentication status for a configured WordPress site.",
|
|
1150
1057
|
"description": "Execute wp_get_auth_status MCP tool",
|
|
1151
|
-
"tags": [
|
|
1152
|
-
"auth"
|
|
1153
|
-
],
|
|
1058
|
+
"tags": ["auth"],
|
|
1154
1059
|
"requestBody": {
|
|
1155
1060
|
"required": true,
|
|
1156
1061
|
"content": {
|
|
@@ -1189,9 +1094,7 @@
|
|
|
1189
1094
|
"post": {
|
|
1190
1095
|
"summary": "Retrieves a single category by its ID.",
|
|
1191
1096
|
"description": "Execute wp_get_category MCP tool",
|
|
1192
|
-
"tags": [
|
|
1193
|
-
"taxonomy"
|
|
1194
|
-
],
|
|
1097
|
+
"tags": ["taxonomy"],
|
|
1195
1098
|
"requestBody": {
|
|
1196
1099
|
"required": true,
|
|
1197
1100
|
"content": {
|
|
@@ -1204,9 +1107,7 @@
|
|
|
1204
1107
|
"description": "The unique identifier for the category."
|
|
1205
1108
|
}
|
|
1206
1109
|
},
|
|
1207
|
-
"required": [
|
|
1208
|
-
"id"
|
|
1209
|
-
]
|
|
1110
|
+
"required": ["id"]
|
|
1210
1111
|
}
|
|
1211
1112
|
}
|
|
1212
1113
|
}
|
|
@@ -1238,9 +1139,7 @@
|
|
|
1238
1139
|
"post": {
|
|
1239
1140
|
"summary": "Retrieves a single comment by its ID.",
|
|
1240
1141
|
"description": "Execute wp_get_comment MCP tool",
|
|
1241
|
-
"tags": [
|
|
1242
|
-
"comment"
|
|
1243
|
-
],
|
|
1142
|
+
"tags": ["comment"],
|
|
1244
1143
|
"requestBody": {
|
|
1245
1144
|
"required": true,
|
|
1246
1145
|
"content": {
|
|
@@ -1253,9 +1152,7 @@
|
|
|
1253
1152
|
"description": "The unique identifier for the comment."
|
|
1254
1153
|
}
|
|
1255
1154
|
},
|
|
1256
|
-
"required": [
|
|
1257
|
-
"id"
|
|
1258
|
-
]
|
|
1155
|
+
"required": ["id"]
|
|
1259
1156
|
}
|
|
1260
1157
|
}
|
|
1261
1158
|
}
|
|
@@ -1287,9 +1184,7 @@
|
|
|
1287
1184
|
"post": {
|
|
1288
1185
|
"summary": "Retrieves the currently authenticated user with comprehensive profile information including roles, capabilities, and account details.\n\n**Usage Examples:**\n• Get current user: `wp_get_current_user`\n• Check permissions: Use this to verify your current user's capabilities and roles\n• Account verification: Confirm you're authenticated with the correct account\n• Profile details: View registration date, email, and user metadata",
|
|
1289
1186
|
"description": "Execute wp_get_current_user MCP tool",
|
|
1290
|
-
"tags": [
|
|
1291
|
-
"user"
|
|
1292
|
-
],
|
|
1187
|
+
"tags": ["user"],
|
|
1293
1188
|
"requestBody": {
|
|
1294
1189
|
"required": true,
|
|
1295
1190
|
"content": {
|
|
@@ -1328,9 +1223,7 @@
|
|
|
1328
1223
|
"post": {
|
|
1329
1224
|
"summary": "Retrieves a single media item by its ID.",
|
|
1330
1225
|
"description": "Execute wp_get_media MCP tool",
|
|
1331
|
-
"tags": [
|
|
1332
|
-
"media"
|
|
1333
|
-
],
|
|
1226
|
+
"tags": ["media"],
|
|
1334
1227
|
"requestBody": {
|
|
1335
1228
|
"required": true,
|
|
1336
1229
|
"content": {
|
|
@@ -1343,9 +1236,7 @@
|
|
|
1343
1236
|
"description": "The unique identifier for the media item."
|
|
1344
1237
|
}
|
|
1345
1238
|
},
|
|
1346
|
-
"required": [
|
|
1347
|
-
"id"
|
|
1348
|
-
]
|
|
1239
|
+
"required": ["id"]
|
|
1349
1240
|
}
|
|
1350
1241
|
}
|
|
1351
1242
|
}
|
|
@@ -1377,9 +1268,7 @@
|
|
|
1377
1268
|
"post": {
|
|
1378
1269
|
"summary": "Retrieves a single page by its ID.",
|
|
1379
1270
|
"description": "Execute wp_get_page MCP tool",
|
|
1380
|
-
"tags": [
|
|
1381
|
-
"page"
|
|
1382
|
-
],
|
|
1271
|
+
"tags": ["page"],
|
|
1383
1272
|
"requestBody": {
|
|
1384
1273
|
"required": true,
|
|
1385
1274
|
"content": {
|
|
@@ -1392,9 +1281,7 @@
|
|
|
1392
1281
|
"description": "The unique identifier for the page."
|
|
1393
1282
|
}
|
|
1394
1283
|
},
|
|
1395
|
-
"required": [
|
|
1396
|
-
"id"
|
|
1397
|
-
]
|
|
1284
|
+
"required": ["id"]
|
|
1398
1285
|
}
|
|
1399
1286
|
}
|
|
1400
1287
|
}
|
|
@@ -1426,9 +1313,7 @@
|
|
|
1426
1313
|
"post": {
|
|
1427
1314
|
"summary": "Retrieves revisions for a specific page.",
|
|
1428
1315
|
"description": "Execute wp_get_page_revisions MCP tool",
|
|
1429
|
-
"tags": [
|
|
1430
|
-
"page"
|
|
1431
|
-
],
|
|
1316
|
+
"tags": ["page"],
|
|
1432
1317
|
"requestBody": {
|
|
1433
1318
|
"required": true,
|
|
1434
1319
|
"content": {
|
|
@@ -1441,9 +1326,7 @@
|
|
|
1441
1326
|
"description": "The ID of the page to get revisions for."
|
|
1442
1327
|
}
|
|
1443
1328
|
},
|
|
1444
|
-
"required": [
|
|
1445
|
-
"id"
|
|
1446
|
-
]
|
|
1329
|
+
"required": ["id"]
|
|
1447
1330
|
}
|
|
1448
1331
|
}
|
|
1449
1332
|
}
|
|
@@ -1475,9 +1358,7 @@
|
|
|
1475
1358
|
"post": {
|
|
1476
1359
|
"summary": "Retrieves detailed information about a single post including metadata, content statistics, and management links.",
|
|
1477
1360
|
"description": "Execute wp_get_post MCP tool",
|
|
1478
|
-
"tags": [
|
|
1479
|
-
"post"
|
|
1480
|
-
],
|
|
1361
|
+
"tags": ["post"],
|
|
1481
1362
|
"requestBody": {
|
|
1482
1363
|
"required": true,
|
|
1483
1364
|
"content": {
|
|
@@ -1490,9 +1371,7 @@
|
|
|
1490
1371
|
"description": "The unique identifier for the post."
|
|
1491
1372
|
}
|
|
1492
1373
|
},
|
|
1493
|
-
"required": [
|
|
1494
|
-
"id"
|
|
1495
|
-
]
|
|
1374
|
+
"required": ["id"]
|
|
1496
1375
|
}
|
|
1497
1376
|
}
|
|
1498
1377
|
}
|
|
@@ -1524,9 +1403,7 @@
|
|
|
1524
1403
|
"post": {
|
|
1525
1404
|
"summary": "Retrieves the revision history for a specific post showing author and modification dates.",
|
|
1526
1405
|
"description": "Execute wp_get_post_revisions MCP tool",
|
|
1527
|
-
"tags": [
|
|
1528
|
-
"post"
|
|
1529
|
-
],
|
|
1406
|
+
"tags": ["post"],
|
|
1530
1407
|
"requestBody": {
|
|
1531
1408
|
"required": true,
|
|
1532
1409
|
"content": {
|
|
@@ -1539,9 +1416,7 @@
|
|
|
1539
1416
|
"description": "The ID of the post to get revisions for."
|
|
1540
1417
|
}
|
|
1541
1418
|
},
|
|
1542
|
-
"required": [
|
|
1543
|
-
"id"
|
|
1544
|
-
]
|
|
1419
|
+
"required": ["id"]
|
|
1545
1420
|
}
|
|
1546
1421
|
}
|
|
1547
1422
|
}
|
|
@@ -1573,9 +1448,7 @@
|
|
|
1573
1448
|
"post": {
|
|
1574
1449
|
"summary": "Retrieves the general settings for a WordPress site.",
|
|
1575
1450
|
"description": "Execute wp_get_site_settings MCP tool",
|
|
1576
|
-
"tags": [
|
|
1577
|
-
"site"
|
|
1578
|
-
],
|
|
1451
|
+
"tags": ["site"],
|
|
1579
1452
|
"requestBody": {
|
|
1580
1453
|
"required": true,
|
|
1581
1454
|
"content": {
|
|
@@ -1614,9 +1487,7 @@
|
|
|
1614
1487
|
"post": {
|
|
1615
1488
|
"summary": "Retrieves a single tag by its ID.",
|
|
1616
1489
|
"description": "Execute wp_get_tag MCP tool",
|
|
1617
|
-
"tags": [
|
|
1618
|
-
"taxonomy"
|
|
1619
|
-
],
|
|
1490
|
+
"tags": ["taxonomy"],
|
|
1620
1491
|
"requestBody": {
|
|
1621
1492
|
"required": true,
|
|
1622
1493
|
"content": {
|
|
@@ -1629,9 +1500,7 @@
|
|
|
1629
1500
|
"description": "The unique identifier for the tag."
|
|
1630
1501
|
}
|
|
1631
1502
|
},
|
|
1632
|
-
"required": [
|
|
1633
|
-
"id"
|
|
1634
|
-
]
|
|
1503
|
+
"required": ["id"]
|
|
1635
1504
|
}
|
|
1636
1505
|
}
|
|
1637
1506
|
}
|
|
@@ -1663,9 +1532,7 @@
|
|
|
1663
1532
|
"post": {
|
|
1664
1533
|
"summary": "Retrieves a single user by their ID.",
|
|
1665
1534
|
"description": "Execute wp_get_user MCP tool",
|
|
1666
|
-
"tags": [
|
|
1667
|
-
"user"
|
|
1668
|
-
],
|
|
1535
|
+
"tags": ["user"],
|
|
1669
1536
|
"requestBody": {
|
|
1670
1537
|
"required": true,
|
|
1671
1538
|
"content": {
|
|
@@ -1678,9 +1545,7 @@
|
|
|
1678
1545
|
"description": "The unique identifier for the user."
|
|
1679
1546
|
}
|
|
1680
1547
|
},
|
|
1681
|
-
"required": [
|
|
1682
|
-
"id"
|
|
1683
|
-
]
|
|
1548
|
+
"required": ["id"]
|
|
1684
1549
|
}
|
|
1685
1550
|
}
|
|
1686
1551
|
}
|
|
@@ -1712,9 +1577,7 @@
|
|
|
1712
1577
|
"post": {
|
|
1713
1578
|
"summary": "Lists categories from a WordPress site.",
|
|
1714
1579
|
"description": "Execute wp_list_categories MCP tool",
|
|
1715
|
-
"tags": [
|
|
1716
|
-
"taxonomy"
|
|
1717
|
-
],
|
|
1580
|
+
"tags": ["taxonomy"],
|
|
1718
1581
|
"requestBody": {
|
|
1719
1582
|
"required": true,
|
|
1720
1583
|
"content": {
|
|
@@ -1762,9 +1625,7 @@
|
|
|
1762
1625
|
"post": {
|
|
1763
1626
|
"summary": "Lists comments from a WordPress site, with filters.",
|
|
1764
1627
|
"description": "Execute wp_list_comments MCP tool",
|
|
1765
|
-
"tags": [
|
|
1766
|
-
"comment"
|
|
1767
|
-
],
|
|
1628
|
+
"tags": ["comment"],
|
|
1768
1629
|
"requestBody": {
|
|
1769
1630
|
"required": true,
|
|
1770
1631
|
"content": {
|
|
@@ -1779,13 +1640,7 @@
|
|
|
1779
1640
|
"status": {
|
|
1780
1641
|
"type": "string",
|
|
1781
1642
|
"description": "Filter by comment status.",
|
|
1782
|
-
"enum": [
|
|
1783
|
-
"publish",
|
|
1784
|
-
"draft",
|
|
1785
|
-
"private",
|
|
1786
|
-
"pending",
|
|
1787
|
-
"future"
|
|
1788
|
-
],
|
|
1643
|
+
"enum": ["publish", "draft", "private", "pending", "future"],
|
|
1789
1644
|
"default": "publish"
|
|
1790
1645
|
}
|
|
1791
1646
|
}
|
|
@@ -1820,9 +1675,7 @@
|
|
|
1820
1675
|
"post": {
|
|
1821
1676
|
"summary": "Lists media items from a WordPress site, with filters.",
|
|
1822
1677
|
"description": "Execute wp_list_media MCP tool",
|
|
1823
|
-
"tags": [
|
|
1824
|
-
"media"
|
|
1825
|
-
],
|
|
1678
|
+
"tags": ["media"],
|
|
1826
1679
|
"requestBody": {
|
|
1827
1680
|
"required": true,
|
|
1828
1681
|
"content": {
|
|
@@ -1875,9 +1728,7 @@
|
|
|
1875
1728
|
"post": {
|
|
1876
1729
|
"summary": "Lists pages from a WordPress site, with filters.",
|
|
1877
1730
|
"description": "Execute wp_list_pages MCP tool",
|
|
1878
|
-
"tags": [
|
|
1879
|
-
"page"
|
|
1880
|
-
],
|
|
1731
|
+
"tags": ["page"],
|
|
1881
1732
|
"requestBody": {
|
|
1882
1733
|
"required": true,
|
|
1883
1734
|
"content": {
|
|
@@ -1897,13 +1748,7 @@
|
|
|
1897
1748
|
"status": {
|
|
1898
1749
|
"type": "string",
|
|
1899
1750
|
"description": "Filter by page status.",
|
|
1900
|
-
"enum": [
|
|
1901
|
-
"publish",
|
|
1902
|
-
"draft",
|
|
1903
|
-
"private",
|
|
1904
|
-
"pending",
|
|
1905
|
-
"future"
|
|
1906
|
-
],
|
|
1751
|
+
"enum": ["publish", "draft", "private", "pending", "future"],
|
|
1907
1752
|
"default": "publish"
|
|
1908
1753
|
}
|
|
1909
1754
|
}
|
|
@@ -1938,9 +1783,7 @@
|
|
|
1938
1783
|
"post": {
|
|
1939
1784
|
"summary": "Lists posts from a WordPress site with comprehensive filtering options. Supports search, status filtering, and category/tag filtering with enhanced metadata display.\n\n**Usage Examples:**\n• Basic listing: `wp_list_posts`\n• Search posts: `wp_list_posts --search=\"AI trends\"`\n• Filter by status: `wp_list_posts --status=\"draft\"`\n• Category filtering: `wp_list_posts --categories=[1,2,3]`\n• Paginated results: `wp_list_posts --per_page=20 --page=2`\n• Combined filters: `wp_list_posts --search=\"WordPress\" --status=\"publish\" --per_page=10`",
|
|
1940
1785
|
"description": "Execute wp_list_posts MCP tool",
|
|
1941
|
-
"tags": [
|
|
1942
|
-
"post"
|
|
1943
|
-
],
|
|
1786
|
+
"tags": ["post"],
|
|
1944
1787
|
"requestBody": {
|
|
1945
1788
|
"required": true,
|
|
1946
1789
|
"content": {
|
|
@@ -1960,13 +1803,7 @@
|
|
|
1960
1803
|
"status": {
|
|
1961
1804
|
"type": "string",
|
|
1962
1805
|
"description": "Filter by post status.",
|
|
1963
|
-
"enum": [
|
|
1964
|
-
"publish",
|
|
1965
|
-
"draft",
|
|
1966
|
-
"private",
|
|
1967
|
-
"pending",
|
|
1968
|
-
"future"
|
|
1969
|
-
],
|
|
1806
|
+
"enum": ["publish", "draft", "private", "pending", "future"],
|
|
1970
1807
|
"default": "publish"
|
|
1971
1808
|
},
|
|
1972
1809
|
"categories": {
|
|
@@ -2009,9 +1846,7 @@
|
|
|
2009
1846
|
"post": {
|
|
2010
1847
|
"summary": "Lists tags from a WordPress site.",
|
|
2011
1848
|
"description": "Execute wp_list_tags MCP tool",
|
|
2012
|
-
"tags": [
|
|
2013
|
-
"taxonomy"
|
|
2014
|
-
],
|
|
1849
|
+
"tags": ["taxonomy"],
|
|
2015
1850
|
"requestBody": {
|
|
2016
1851
|
"required": true,
|
|
2017
1852
|
"content": {
|
|
@@ -2055,9 +1890,7 @@
|
|
|
2055
1890
|
"post": {
|
|
2056
1891
|
"summary": "Lists users from a WordPress site with comprehensive filtering and detailed user information including roles, registration dates, and activity status.\n\n**Usage Examples:**\n• List all users: `wp_list_users`\n• Search users: `wp_list_users --search=\"john\"`\n• Filter by role: `wp_list_users --roles=[\"editor\",\"author\"]`\n• Find admins: `wp_list_users --roles=[\"administrator\"]`\n• Combined search: `wp_list_users --search=\"smith\" --roles=[\"subscriber\"]`",
|
|
2057
1892
|
"description": "Execute wp_list_users MCP tool",
|
|
2058
|
-
"tags": [
|
|
2059
|
-
"user"
|
|
2060
|
-
],
|
|
1893
|
+
"tags": ["user"],
|
|
2061
1894
|
"requestBody": {
|
|
2062
1895
|
"required": true,
|
|
2063
1896
|
"content": {
|
|
@@ -2105,9 +1938,7 @@
|
|
|
2105
1938
|
"post": {
|
|
2106
1939
|
"summary": "Get performance alerts and anomaly detection results",
|
|
2107
1940
|
"description": "Execute wp_performance_alerts MCP tool",
|
|
2108
|
-
"tags": [
|
|
2109
|
-
"performance"
|
|
2110
|
-
],
|
|
1941
|
+
"tags": ["performance"],
|
|
2111
1942
|
"requestBody": {
|
|
2112
1943
|
"required": true,
|
|
2113
1944
|
"content": {
|
|
@@ -2126,14 +1957,7 @@
|
|
|
2126
1957
|
"category": {
|
|
2127
1958
|
"type": "string",
|
|
2128
1959
|
"description": "Filter alerts by category (performance, cache, system, wordpress)",
|
|
2129
|
-
"enum": [
|
|
2130
|
-
"overview",
|
|
2131
|
-
"requests",
|
|
2132
|
-
"cache",
|
|
2133
|
-
"system",
|
|
2134
|
-
"tools",
|
|
2135
|
-
"all"
|
|
2136
|
-
],
|
|
1960
|
+
"enum": ["overview", "requests", "cache", "system", "tools", "all"],
|
|
2137
1961
|
"default": "all"
|
|
2138
1962
|
},
|
|
2139
1963
|
"limit": {
|
|
@@ -2176,9 +2000,7 @@
|
|
|
2176
2000
|
"post": {
|
|
2177
2001
|
"summary": "Compare current performance against industry benchmarks",
|
|
2178
2002
|
"description": "Execute wp_performance_benchmark MCP tool",
|
|
2179
|
-
"tags": [
|
|
2180
|
-
"performance"
|
|
2181
|
-
],
|
|
2003
|
+
"tags": ["performance"],
|
|
2182
2004
|
"requestBody": {
|
|
2183
2005
|
"required": true,
|
|
2184
2006
|
"content": {
|
|
@@ -2193,14 +2015,7 @@
|
|
|
2193
2015
|
"category": {
|
|
2194
2016
|
"type": "string",
|
|
2195
2017
|
"description": "Benchmark category (response_time, cache_performance, error_rate, system_resources, all)",
|
|
2196
|
-
"enum": [
|
|
2197
|
-
"overview",
|
|
2198
|
-
"requests",
|
|
2199
|
-
"cache",
|
|
2200
|
-
"system",
|
|
2201
|
-
"tools",
|
|
2202
|
-
"all"
|
|
2203
|
-
],
|
|
2018
|
+
"enum": ["overview", "requests", "cache", "system", "tools", "all"],
|
|
2204
2019
|
"default": "all"
|
|
2205
2020
|
},
|
|
2206
2021
|
"includeRecommendations": {
|
|
@@ -2239,9 +2054,7 @@
|
|
|
2239
2054
|
"post": {
|
|
2240
2055
|
"summary": "Export comprehensive performance report",
|
|
2241
2056
|
"description": "Execute wp_performance_export MCP tool",
|
|
2242
|
-
"tags": [
|
|
2243
|
-
"performance"
|
|
2244
|
-
],
|
|
2057
|
+
"tags": ["performance"],
|
|
2245
2058
|
"requestBody": {
|
|
2246
2059
|
"required": true,
|
|
2247
2060
|
"content": {
|
|
@@ -2256,11 +2069,7 @@
|
|
|
2256
2069
|
"format": {
|
|
2257
2070
|
"type": "string",
|
|
2258
2071
|
"description": "Export format (json, csv, summary)",
|
|
2259
|
-
"enum": [
|
|
2260
|
-
"summary",
|
|
2261
|
-
"detailed",
|
|
2262
|
-
"raw"
|
|
2263
|
-
],
|
|
2072
|
+
"enum": ["summary", "detailed", "raw"],
|
|
2264
2073
|
"default": "summary"
|
|
2265
2074
|
},
|
|
2266
2075
|
"includeHistorical": {
|
|
@@ -2307,9 +2116,7 @@
|
|
|
2307
2116
|
"post": {
|
|
2308
2117
|
"summary": "Get historical performance data and trends",
|
|
2309
2118
|
"description": "Execute wp_performance_history MCP tool",
|
|
2310
|
-
"tags": [
|
|
2311
|
-
"performance"
|
|
2312
|
-
],
|
|
2119
|
+
"tags": ["performance"],
|
|
2313
2120
|
"requestBody": {
|
|
2314
2121
|
"required": true,
|
|
2315
2122
|
"content": {
|
|
@@ -2324,14 +2131,7 @@
|
|
|
2324
2131
|
"timeframe": {
|
|
2325
2132
|
"type": "string",
|
|
2326
2133
|
"description": "Time period for historical data (1h, 6h, 12h, 24h, 7d)",
|
|
2327
|
-
"enum": [
|
|
2328
|
-
"1h",
|
|
2329
|
-
"6h",
|
|
2330
|
-
"12h",
|
|
2331
|
-
"24h",
|
|
2332
|
-
"7d",
|
|
2333
|
-
"30d"
|
|
2334
|
-
]
|
|
2134
|
+
"enum": ["1h", "6h", "12h", "24h", "7d", "30d"]
|
|
2335
2135
|
},
|
|
2336
2136
|
"metrics": {
|
|
2337
2137
|
"type": "array",
|
|
@@ -2374,9 +2174,7 @@
|
|
|
2374
2174
|
"post": {
|
|
2375
2175
|
"summary": "Get optimization recommendations and insights",
|
|
2376
2176
|
"description": "Execute wp_performance_optimize MCP tool",
|
|
2377
|
-
"tags": [
|
|
2378
|
-
"performance"
|
|
2379
|
-
],
|
|
2177
|
+
"tags": ["performance"],
|
|
2380
2178
|
"requestBody": {
|
|
2381
2179
|
"required": true,
|
|
2382
2180
|
"content": {
|
|
@@ -2391,22 +2189,12 @@
|
|
|
2391
2189
|
"focus": {
|
|
2392
2190
|
"type": "string",
|
|
2393
2191
|
"description": "Optimization focus area (speed, reliability, efficiency, scaling)",
|
|
2394
|
-
"enum": [
|
|
2395
|
-
"speed",
|
|
2396
|
-
"reliability",
|
|
2397
|
-
"efficiency",
|
|
2398
|
-
"scaling"
|
|
2399
|
-
]
|
|
2192
|
+
"enum": ["speed", "reliability", "efficiency", "scaling"]
|
|
2400
2193
|
},
|
|
2401
2194
|
"priority": {
|
|
2402
2195
|
"type": "string",
|
|
2403
2196
|
"description": "Implementation timeline (quick_wins, medium_term, long_term, all)",
|
|
2404
|
-
"enum": [
|
|
2405
|
-
"quick_wins",
|
|
2406
|
-
"medium_term",
|
|
2407
|
-
"long_term",
|
|
2408
|
-
"all"
|
|
2409
|
-
]
|
|
2197
|
+
"enum": ["quick_wins", "medium_term", "long_term", "all"]
|
|
2410
2198
|
},
|
|
2411
2199
|
"includeROI": {
|
|
2412
2200
|
"type": "boolean",
|
|
@@ -2448,9 +2236,7 @@
|
|
|
2448
2236
|
"post": {
|
|
2449
2237
|
"summary": "Get real-time performance statistics and metrics",
|
|
2450
2238
|
"description": "Execute wp_performance_stats MCP tool",
|
|
2451
|
-
"tags": [
|
|
2452
|
-
"performance"
|
|
2453
|
-
],
|
|
2239
|
+
"tags": ["performance"],
|
|
2454
2240
|
"requestBody": {
|
|
2455
2241
|
"required": true,
|
|
2456
2242
|
"content": {
|
|
@@ -2465,24 +2251,13 @@
|
|
|
2465
2251
|
"category": {
|
|
2466
2252
|
"type": "string",
|
|
2467
2253
|
"description": "Category of metrics to return (overview, requests, cache, system, tools, all)",
|
|
2468
|
-
"enum": [
|
|
2469
|
-
"overview",
|
|
2470
|
-
"requests",
|
|
2471
|
-
"cache",
|
|
2472
|
-
"system",
|
|
2473
|
-
"tools",
|
|
2474
|
-
"all"
|
|
2475
|
-
],
|
|
2254
|
+
"enum": ["overview", "requests", "cache", "system", "tools", "all"],
|
|
2476
2255
|
"default": "all"
|
|
2477
2256
|
},
|
|
2478
2257
|
"format": {
|
|
2479
2258
|
"type": "string",
|
|
2480
2259
|
"description": "Detail level of the response (summary, detailed, raw)",
|
|
2481
|
-
"enum": [
|
|
2482
|
-
"summary",
|
|
2483
|
-
"detailed",
|
|
2484
|
-
"raw"
|
|
2485
|
-
],
|
|
2260
|
+
"enum": ["summary", "detailed", "raw"],
|
|
2486
2261
|
"default": "summary"
|
|
2487
2262
|
}
|
|
2488
2263
|
}
|
|
@@ -2517,9 +2292,7 @@
|
|
|
2517
2292
|
"post": {
|
|
2518
2293
|
"summary": "Performs a site-wide search for content across posts, pages, and media with comprehensive results and metadata.\n\n**Usage Examples:**\n• Search everything: `wp_search_site --term=\"WordPress\"`\n• Search posts only: `wp_search_site --term=\"tutorial\" --type=\"posts\"`\n• Search pages: `wp_search_site --term=\"about\" --type=\"pages\"`\n• Search media: `wp_search_site --term=\"logo\" --type=\"media\"`\n• Find specific content: `wp_search_site --term=\"contact form\"`",
|
|
2519
2294
|
"description": "Execute wp_search_site MCP tool",
|
|
2520
|
-
"tags": [
|
|
2521
|
-
"site"
|
|
2522
|
-
],
|
|
2295
|
+
"tags": ["site"],
|
|
2523
2296
|
"requestBody": {
|
|
2524
2297
|
"required": true,
|
|
2525
2298
|
"content": {
|
|
@@ -2536,9 +2309,7 @@
|
|
|
2536
2309
|
"description": "The type of content to search."
|
|
2537
2310
|
}
|
|
2538
2311
|
},
|
|
2539
|
-
"required": [
|
|
2540
|
-
"term"
|
|
2541
|
-
]
|
|
2312
|
+
"required": ["term"]
|
|
2542
2313
|
}
|
|
2543
2314
|
}
|
|
2544
2315
|
}
|
|
@@ -2570,9 +2341,7 @@
|
|
|
2570
2341
|
"post": {
|
|
2571
2342
|
"summary": "Marks a comment as spam.",
|
|
2572
2343
|
"description": "Execute wp_spam_comment MCP tool",
|
|
2573
|
-
"tags": [
|
|
2574
|
-
"comment"
|
|
2575
|
-
],
|
|
2344
|
+
"tags": ["comment"],
|
|
2576
2345
|
"requestBody": {
|
|
2577
2346
|
"required": true,
|
|
2578
2347
|
"content": {
|
|
@@ -2585,9 +2354,7 @@
|
|
|
2585
2354
|
"description": "The ID of the comment to mark as spam."
|
|
2586
2355
|
}
|
|
2587
2356
|
},
|
|
2588
|
-
"required": [
|
|
2589
|
-
"id"
|
|
2590
|
-
]
|
|
2357
|
+
"required": ["id"]
|
|
2591
2358
|
}
|
|
2592
2359
|
}
|
|
2593
2360
|
}
|
|
@@ -2619,9 +2386,7 @@
|
|
|
2619
2386
|
"post": {
|
|
2620
2387
|
"summary": "Switches the authentication method for a site for the current session.",
|
|
2621
2388
|
"description": "Execute wp_switch_auth_method MCP tool",
|
|
2622
|
-
"tags": [
|
|
2623
|
-
"auth"
|
|
2624
|
-
],
|
|
2389
|
+
"tags": ["auth"],
|
|
2625
2390
|
"requestBody": {
|
|
2626
2391
|
"required": true,
|
|
2627
2392
|
"content": {
|
|
@@ -2646,9 +2411,7 @@
|
|
|
2646
2411
|
"description": "The token for 'jwt' authentication."
|
|
2647
2412
|
}
|
|
2648
2413
|
},
|
|
2649
|
-
"required": [
|
|
2650
|
-
"method"
|
|
2651
|
-
]
|
|
2414
|
+
"required": ["method"]
|
|
2652
2415
|
}
|
|
2653
2416
|
}
|
|
2654
2417
|
}
|
|
@@ -2680,9 +2443,7 @@
|
|
|
2680
2443
|
"post": {
|
|
2681
2444
|
"summary": "Tests the authentication and connectivity for a configured WordPress site with detailed connection diagnostics.\n\n**Usage Examples:**\n• Test connection: `wp_test_auth`\n• Multi-site test: `wp_test_auth --site=\"my-site\"`\n• Verify setup: Use this after configuring new credentials\n• Troubleshoot: Run when experiencing connection issues\n• Health check: Regular verification of WordPress connectivity",
|
|
2682
2445
|
"description": "Execute wp_test_auth MCP tool",
|
|
2683
|
-
"tags": [
|
|
2684
|
-
"auth"
|
|
2685
|
-
],
|
|
2446
|
+
"tags": ["auth"],
|
|
2686
2447
|
"requestBody": {
|
|
2687
2448
|
"required": true,
|
|
2688
2449
|
"content": {
|
|
@@ -2721,9 +2482,7 @@
|
|
|
2721
2482
|
"post": {
|
|
2722
2483
|
"summary": "Updates an existing category.",
|
|
2723
2484
|
"description": "Execute wp_update_category MCP tool",
|
|
2724
|
-
"tags": [
|
|
2725
|
-
"taxonomy"
|
|
2726
|
-
],
|
|
2485
|
+
"tags": ["taxonomy"],
|
|
2727
2486
|
"requestBody": {
|
|
2728
2487
|
"required": true,
|
|
2729
2488
|
"content": {
|
|
@@ -2740,9 +2499,7 @@
|
|
|
2740
2499
|
"description": "The new name for the category."
|
|
2741
2500
|
}
|
|
2742
2501
|
},
|
|
2743
|
-
"required": [
|
|
2744
|
-
"id"
|
|
2745
|
-
]
|
|
2502
|
+
"required": ["id"]
|
|
2746
2503
|
}
|
|
2747
2504
|
}
|
|
2748
2505
|
}
|
|
@@ -2774,9 +2531,7 @@
|
|
|
2774
2531
|
"post": {
|
|
2775
2532
|
"summary": "Updates an existing comment.",
|
|
2776
2533
|
"description": "Execute wp_update_comment MCP tool",
|
|
2777
|
-
"tags": [
|
|
2778
|
-
"comment"
|
|
2779
|
-
],
|
|
2534
|
+
"tags": ["comment"],
|
|
2780
2535
|
"requestBody": {
|
|
2781
2536
|
"required": true,
|
|
2782
2537
|
"content": {
|
|
@@ -2795,19 +2550,11 @@
|
|
|
2795
2550
|
"status": {
|
|
2796
2551
|
"type": "string",
|
|
2797
2552
|
"description": "The new status for the comment.",
|
|
2798
|
-
"enum": [
|
|
2799
|
-
"publish",
|
|
2800
|
-
"draft",
|
|
2801
|
-
"private",
|
|
2802
|
-
"pending",
|
|
2803
|
-
"future"
|
|
2804
|
-
],
|
|
2553
|
+
"enum": ["publish", "draft", "private", "pending", "future"],
|
|
2805
2554
|
"default": "publish"
|
|
2806
2555
|
}
|
|
2807
2556
|
},
|
|
2808
|
-
"required": [
|
|
2809
|
-
"id"
|
|
2810
|
-
]
|
|
2557
|
+
"required": ["id"]
|
|
2811
2558
|
}
|
|
2812
2559
|
}
|
|
2813
2560
|
}
|
|
@@ -2839,9 +2586,7 @@
|
|
|
2839
2586
|
"post": {
|
|
2840
2587
|
"summary": "Updates the metadata of an existing media item.",
|
|
2841
2588
|
"description": "Execute wp_update_media MCP tool",
|
|
2842
|
-
"tags": [
|
|
2843
|
-
"media"
|
|
2844
|
-
],
|
|
2589
|
+
"tags": ["media"],
|
|
2845
2590
|
"requestBody": {
|
|
2846
2591
|
"required": true,
|
|
2847
2592
|
"content": {
|
|
@@ -2870,9 +2615,7 @@
|
|
|
2870
2615
|
"description": "The new description."
|
|
2871
2616
|
}
|
|
2872
2617
|
},
|
|
2873
|
-
"required": [
|
|
2874
|
-
"id"
|
|
2875
|
-
]
|
|
2618
|
+
"required": ["id"]
|
|
2876
2619
|
}
|
|
2877
2620
|
}
|
|
2878
2621
|
}
|
|
@@ -2904,9 +2647,7 @@
|
|
|
2904
2647
|
"post": {
|
|
2905
2648
|
"summary": "Updates an existing page.",
|
|
2906
2649
|
"description": "Execute wp_update_page MCP tool",
|
|
2907
|
-
"tags": [
|
|
2908
|
-
"page"
|
|
2909
|
-
],
|
|
2650
|
+
"tags": ["page"],
|
|
2910
2651
|
"requestBody": {
|
|
2911
2652
|
"required": true,
|
|
2912
2653
|
"content": {
|
|
@@ -2929,19 +2670,11 @@
|
|
|
2929
2670
|
"status": {
|
|
2930
2671
|
"type": "string",
|
|
2931
2672
|
"description": "The new status for the page.",
|
|
2932
|
-
"enum": [
|
|
2933
|
-
"publish",
|
|
2934
|
-
"draft",
|
|
2935
|
-
"private",
|
|
2936
|
-
"pending",
|
|
2937
|
-
"future"
|
|
2938
|
-
],
|
|
2673
|
+
"enum": ["publish", "draft", "private", "pending", "future"],
|
|
2939
2674
|
"default": "publish"
|
|
2940
2675
|
}
|
|
2941
2676
|
},
|
|
2942
|
-
"required": [
|
|
2943
|
-
"id"
|
|
2944
|
-
]
|
|
2677
|
+
"required": ["id"]
|
|
2945
2678
|
}
|
|
2946
2679
|
}
|
|
2947
2680
|
}
|
|
@@ -2973,9 +2706,7 @@
|
|
|
2973
2706
|
"post": {
|
|
2974
2707
|
"summary": "Updates an existing WordPress post with validation and detailed confirmation.",
|
|
2975
2708
|
"description": "Execute wp_update_post MCP tool",
|
|
2976
|
-
"tags": [
|
|
2977
|
-
"post"
|
|
2978
|
-
],
|
|
2709
|
+
"tags": ["post"],
|
|
2979
2710
|
"requestBody": {
|
|
2980
2711
|
"required": true,
|
|
2981
2712
|
"content": {
|
|
@@ -2998,19 +2729,11 @@
|
|
|
2998
2729
|
"status": {
|
|
2999
2730
|
"type": "string",
|
|
3000
2731
|
"description": "The new status for the post.",
|
|
3001
|
-
"enum": [
|
|
3002
|
-
"publish",
|
|
3003
|
-
"draft",
|
|
3004
|
-
"private",
|
|
3005
|
-
"pending",
|
|
3006
|
-
"future"
|
|
3007
|
-
],
|
|
2732
|
+
"enum": ["publish", "draft", "private", "pending", "future"],
|
|
3008
2733
|
"default": "publish"
|
|
3009
2734
|
}
|
|
3010
2735
|
},
|
|
3011
|
-
"required": [
|
|
3012
|
-
"id"
|
|
3013
|
-
]
|
|
2736
|
+
"required": ["id"]
|
|
3014
2737
|
}
|
|
3015
2738
|
}
|
|
3016
2739
|
}
|
|
@@ -3042,9 +2765,7 @@
|
|
|
3042
2765
|
"post": {
|
|
3043
2766
|
"summary": "Updates one or more general settings for a WordPress site.",
|
|
3044
2767
|
"description": "Execute wp_update_site_settings MCP tool",
|
|
3045
|
-
"tags": [
|
|
3046
|
-
"site"
|
|
3047
|
-
],
|
|
2768
|
+
"tags": ["site"],
|
|
3048
2769
|
"requestBody": {
|
|
3049
2770
|
"required": true,
|
|
3050
2771
|
"content": {
|
|
@@ -3096,9 +2817,7 @@
|
|
|
3096
2817
|
"post": {
|
|
3097
2818
|
"summary": "Updates an existing tag.",
|
|
3098
2819
|
"description": "Execute wp_update_tag MCP tool",
|
|
3099
|
-
"tags": [
|
|
3100
|
-
"taxonomy"
|
|
3101
|
-
],
|
|
2820
|
+
"tags": ["taxonomy"],
|
|
3102
2821
|
"requestBody": {
|
|
3103
2822
|
"required": true,
|
|
3104
2823
|
"content": {
|
|
@@ -3115,9 +2834,7 @@
|
|
|
3115
2834
|
"description": "The new name for the tag."
|
|
3116
2835
|
}
|
|
3117
2836
|
},
|
|
3118
|
-
"required": [
|
|
3119
|
-
"id"
|
|
3120
|
-
]
|
|
2837
|
+
"required": ["id"]
|
|
3121
2838
|
}
|
|
3122
2839
|
}
|
|
3123
2840
|
}
|
|
@@ -3149,9 +2866,7 @@
|
|
|
3149
2866
|
"post": {
|
|
3150
2867
|
"summary": "Updates an existing user.",
|
|
3151
2868
|
"description": "Execute wp_update_user MCP tool",
|
|
3152
|
-
"tags": [
|
|
3153
|
-
"user"
|
|
3154
|
-
],
|
|
2869
|
+
"tags": ["user"],
|
|
3155
2870
|
"requestBody": {
|
|
3156
2871
|
"required": true,
|
|
3157
2872
|
"content": {
|
|
@@ -3172,9 +2887,7 @@
|
|
|
3172
2887
|
"description": "The new display name for the user."
|
|
3173
2888
|
}
|
|
3174
2889
|
},
|
|
3175
|
-
"required": [
|
|
3176
|
-
"id"
|
|
3177
|
-
]
|
|
2890
|
+
"required": ["id"]
|
|
3178
2891
|
}
|
|
3179
2892
|
}
|
|
3180
2893
|
}
|
|
@@ -3206,9 +2919,7 @@
|
|
|
3206
2919
|
"post": {
|
|
3207
2920
|
"summary": "Uploads a file to the WordPress media library.",
|
|
3208
2921
|
"description": "Execute wp_upload_media MCP tool",
|
|
3209
|
-
"tags": [
|
|
3210
|
-
"media"
|
|
3211
|
-
],
|
|
2922
|
+
"tags": ["media"],
|
|
3212
2923
|
"requestBody": {
|
|
3213
2924
|
"required": true,
|
|
3214
2925
|
"content": {
|
|
@@ -3241,9 +2952,7 @@
|
|
|
3241
2952
|
"description": "The ID of a post to attach this media to."
|
|
3242
2953
|
}
|
|
3243
2954
|
},
|
|
3244
|
-
"required": [
|
|
3245
|
-
"file_path"
|
|
3246
|
-
]
|
|
2955
|
+
"required": ["file_path"]
|
|
3247
2956
|
}
|
|
3248
2957
|
}
|
|
3249
2958
|
}
|
|
@@ -3295,15 +3004,10 @@
|
|
|
3295
3004
|
"description": "Publication status"
|
|
3296
3005
|
}
|
|
3297
3006
|
},
|
|
3298
|
-
"required": [
|
|
3299
|
-
"id",
|
|
3300
|
-
"title",
|
|
3301
|
-
"content",
|
|
3302
|
-
"status"
|
|
3303
|
-
]
|
|
3007
|
+
"required": ["id", "title", "content", "status"]
|
|
3304
3008
|
}
|
|
3305
3009
|
},
|
|
3306
3010
|
"parameters": {},
|
|
3307
3011
|
"responses": {}
|
|
3308
3012
|
}
|
|
3309
|
-
}
|
|
3013
|
+
}
|