serial.plugin.template
Generates a Python plugin template for creating new plugins. Optionally pre-fill with a device name to customize the template for serial device interaction.
Instructions
Return a Python plugin template. Use this when creating a new plugin. Optionally pre-fill with a device name. Save the result to .serial_mcp/plugins/.py, fill in the tools and handlers, then load with serial.plugin.load.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_name | No | Device name to pre-fill in the template. |