15 lines
299 B
JSON
15 lines
299 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|