# hmr

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/promplate/pyth-on-line  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/hmr

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `uvx` (confidence: low):

```json
"mcpServers": {
  "hmr": {
    "command": "uvx",
    "args": ["hmr"]
  }
}
```

## Documentation & README

# Reactive & Interactive programming with Pyodide

This repo contains the [Pythonline website](https://pyth-on-line.promplate.dev/about) and related subcomponents, including:

- [`hmr`](./packages/hmr): a library for reactive programming and hot module reloading [[Docs]](https://hmr.promplate.dev/) [[Home]](https://pyth-on-line.promplate.dev/hmr) [[PyPI]](https://pypi.org/project/hmr/) [[Demo]](https://github.com/promplate/hmr)

