|
|
0cf9ea765e
|
Add LICENSE file and fix project URLs for PyPI
- Add MIT LICENSE file (was declared but missing)
- Fix Homepage/Repository URLs: forge → git.supported.systems
|
2026-02-06 21:25:32 -07:00 |
|
|
|
80220f5728
|
Rename project from mcp210x to mcp210x-uart
Renames package, module directory, script entry point, URLs,
Gitea repo, and git remote to mcp210x-uart.
|
2026-01-31 09:40:20 -07:00 |
|
|
|
9c47a49ec0
|
Rename project from cp210x-mcp to mcp210x
Because how could we not.
|
2026-01-30 12:26:18 -07:00 |
|
|
|
fc12d6a2d7
|
Add cp210x-mcp FastMCP server for device customization
MCP Tools:
- list_devices: List connected CP210x devices
- get_device_info: Full device details (part number, VID/PID, strings)
- set_product_string: Change USB device name (max 126 chars)
- set_manufacturer_string: Change manufacturer (max 45 chars)
- set_serial_number: Change serial number (max 63 chars)
- set_max_power: Set USB power draw (0-500mA)
- set_self_powered: Toggle self/bus powered
- reset_device: USB re-enumeration
- lock_device: PERMANENTLY lock configuration
Requires libcp210xmanufacturing.so (see aur/cp210xmanufacturing)
Usage:
claude mcp add cp210x -- uvx cp210x-mcp
|
2026-01-30 10:37:08 -07:00 |
|