Multimeter for VS Code
io.github.mshobeyri/multimeter
Scaffold, validate, format, and run YAML .mmt API tests. Do not invent syntax.
client:VS Code
transport:stdio
runtime:npm
Install Multimeter in VS Code
.vscode/mcp.json
{
"servers": {
"multimeter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mmt-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs