update hijack poc for VS Code
io.github.nottiboy137/update-hijack-poc
PoC benign MCP server for update-hijack security research
client:VS Code
transport:stdio
runtime:npm
Install update hijack poc in VS Code
.vscode/mcp.json
{
"servers": {
"update-hijack-poc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-update-hijack-poc"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs