serial.plugin.load
Load a serial device interaction plugin from a .py file or directory. Requires SERIAL_MCP_PLUGINS environment variable to be set.
Instructions
Load a new plugin from a file or directory path. Requires SERIAL_MCP_PLUGINS env var to be set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a .py file or directory containing __init__.py. |