truepane for VS Code
io.github.antonkarliner/truepane
Local MCP server generating complete App Store & Google Play screenshot sets.
client:VS Code
transport:stdio
runtime:npm
Install truepane in VS Code
.vscode/mcp.json
{
"servers": {
"truepane": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"truepane-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs