micropython_read_hardware_md
Read and return the /HARDWARE.md file from a connected MicroPython device over USB Serial or WebREPL, helping MCP clients inspect hardware documentation.
Instructions
デバイス上の /HARDWARE.md を読み出して返す
Args: timeout: コード送信から Raw REPL 復帰完了までの全体タイムアウト秒数
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| path | Yes | ||
| error | Yes | ||
| content | Yes | ||
| size_bytes | Yes | ||
| content_base64 | Yes |