This commit is contained in:
southseact-3d
2026-02-20 18:56:46 +00:00
parent 9bc9ca3ce8
commit 9b0e77cbf6
2 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "wp-cli-testing",
"version": "1.0.0",
"type": "module",
"description": "MCP server for external WordPress CLI testing",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.22.0"
}
}