yaktool for VS Code
com.yaktool/yaktool
73 local deterministic tools: GTIN, feeds, CSV-XLSX, Digital Link QR, e-invoices. Rules cited.
client:VS Code
transport:stdio
runtime:npm
Install yaktool in VS Code
.vscode/mcp.json
{
"servers": {
"yaktool": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaktool-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs