drawing converter for VS Code
com.imnoo/drawing-converter
Metric ⇄ imperial for technical drawings: dimensions, tolerances, ISO fits, threads, roughness.
client:VS Code
transport:stdio
runtime:npm
Install drawing converter in VS Code
.vscode/mcp.json
{
"servers": {
"drawing-converter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"drawing-converter-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs