Skip to content
Back to search
100
MCP live v1.0.0 MCP 2026-07-28 streamable-http

dev.promplate/hmr

dev.promplate/hmr

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

Uptime
100.0%
1 direct probes · 30d
Response
1735ms
last probe
Tools
3
callable
Resources
3
readable
Prompts
3
available

Tools · 3

learn-hmr-basics

A brief and concise explanation of the `hmr` library. This tool provides information on how to use reactive programming or use hot module reloading in Python. As long as the user mentions HMR / React…

view-hmr-core-sources

The full source code (core only) of the HMR library. Always call `learn-hmr-concepts` to learn the core concepts before calling this tool. These files are the full source code of the HMR library, whi…

view-hmr-unit-tests

The unit tests (code examples) for HMR. Always call `learn-hmr-basics` and `view-hmr-core-sources` to learn the core functionality before calling this tool. These files are the unit tests for the HMR…

Resources · 3

About HMR

A brief and concise explanation of the `hmr` library.

hmr-docs://about
HMR Sources

The full source code (core only) of the HMR library.

hmr-docs://core-files
HMR Unit Tests

The unit tests (code examples) for HMR.

hmr-docs://test-files

Prompts · 3

learn-hmr-basics

A brief and concise explanation of the `hmr` library.

view-hmr-core-sources

The full source code (core only) of the HMR library.

view-hmr-unit-tests

The unit tests (code examples) for HMR.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.promplate/hmr": {
      "url": "https://pyth-on-line.promplate.dev/hmr/mcp",
      "transport": "streamable-http"
    }
  }
}