SHEARLINE for VS Code
io.github.lostnumber07/shearline
Analyst-grade US severe weather: warnings, SPC outlooks, RAP environment, MRMS, GLM lightning
client:VS Code
transport:stdio
runtime:pypi
Install SHEARLINE in VS Code
.vscode/mcp.json
{
"servers": {
"shearline": {
"type": "stdio",
"command": "uvx",
"args": [
"shearline"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs