You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ A comprehensive WordPress plugin that implements the [Model Context Protocol (MC
12
12
- 🤖 **AI-Friendly APIs**: JSON-RPC 2.0 compliant endpoints for AI integration
13
13
- 🏗️ **Extensible Architecture**: Custom tools, resources, and prompts support
14
14
- 🔌 **WordPress Feature API**: Adapter for standardized WordPress functionality
15
+
- 🧪 **Experimental REST API CRUD Tools**: Generic tools for any WordPress REST API endpoint
15
16
- 🧪 **Comprehensive Testing**: 200+ test cases covering all protocols and authentication
16
17
- ⚡ **High Performance**: Optimized routing and caching mechanisms
17
18
- 🔒 **Enterprise Security**: Multi-layer authentication and audit logging
@@ -195,6 +196,42 @@ The streamable transport provides a direct JSON-RPC 2.0 compliant endpoint, whil
195
196
|`prompts/list`| List available prompts | Both |
196
197
|`prompts/get`| Get prompt template | Both |
197
198
199
+
### 🧪 Experimental REST API CRUD Tools
200
+
201
+
⚠️ **EXPERIMENTAL FEATURE**: This functionality is experimental and may change or be removed in future versions.
202
+
203
+
When enabled via `Settings > WordPress MCP > Enable REST API CRUD Tools`, the plugin provides three powerful generic tools that can interact with any WordPress REST API endpoint:
0 commit comments