Skip to content
VS Code

wp plugin review gate for VS Code

io.github.jmshinhwa/wp-plugin-review-gate

The readme.txt and plugin-header lines that send a wordpress.org submission back, found before you s

client:VS Code transport:stdio runtime:npm

Install wp plugin review gate in VS Code

.vscode/mcp.json

{
  "servers": {
    "wp-plugin-review-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/wp-plugin-review-gate"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wp plugin review gate in other clients