MCP.so
Sign In

HMR Docs

@promplate

About HMR Docs

Real hot-module reload for Python—side effects handled reactively. https://py3.online/hmr

Basic information

Category

Memory & Knowledge

Runtime

python

Transports

stdio

Publisher

promplate

Submitted by

Muspi Merol

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is HMR Docs?

HMR Docs is a server that implements a reactive programming engine and a fine-grained, on-demand hot‑module reload (HMR) tool for Python. It allows part of your app to be updated at runtime without a full restart, keeping your application state intact.

How to use HMR Docs?

Install the hmr package with pip install hmr and run your entry file using hmr path/to/your/entry-file.py. Alternatively, use uvx hmr path/to/your/entry-file.py if you have uv installed. The server monitors

Comments

More Memory & Knowledge MCP servers