Skip to content
VS Code

hmr for VS Code

dev.promplate/hmr

Docs for hot-module-reload and reactive programming for Python (`hmr` on PyPI)

client:VS Code transport:streamable-http tools:3

Install hmr in VS Code

.vscode/mcp.json

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

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

What VS Code can do once it is connected

hmr in other clients