Skip to content
VS Code

hmr for VS Code

io.github.promplate/hmr

Hot Module Reload (HMR) for Python with reactive programming and MCP tools

client:VS Code transport:streamable-http

Install hmr in VS Code

.vscode/mcp.json

{
  "servers": {
    "hmr": {
      "type": "http",
      "url": "https://promplate.github.io/pyth-on-line/hmr/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hmr in other clients