dev.promplate/hmr
dev.promplate/hmrHot Module Reload (HMR) for Python with reactive programming and MCP tools
Tools · 3
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…
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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}