reload_module
Reload a modified pure module (keyboard.py, screen.py) to apply code changes without restarting the server. Only IO-free modules are supported; driver and server reloads are rejected.
Instructions
Reload a pure beebjit_mcp module without restarting the server.
Intended for in-session development: edit keyboard.py or
screen.py, call this tool, and the next tool call picks up
the change. Only the pure (IO-free) modules are supported;
reloading driver or server would invalidate live session
objects and is rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||