Thermocouple ITS-90 for VS Code
io.github.dfieser/thermocouple-its90
NIST ITS-90 thermocouple conversion, all 8 types, cold-junction compensation, NIST-table verified.
client:VS Code
transport:stdio
runtime:pypi
Install Thermocouple ITS-90 in VS Code
.vscode/mcp.json
{
"servers": {
"thermocouple-its90": {
"type": "stdio",
"command": "uvx",
"args": [
"thermocouple-its90"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs