judgment pack for VS Code
io.github.judgment-pack/judgment-pack
Offline JPS validator, conformance tester, and experimental evaluator over stdio MCP; keyless.
client:VS Code
transport:stdio
runtime:oci
Install judgment pack in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "jpack-config",
"description": "JPACK_CONFIG",
"password": true
}
],
"servers": {
"judgment-pack": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/judgment-pack/judgment-pack:0.22.0"
],
"env": {
"JPACK_CONFIG": "${input:jpack-config}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs