mcp210x-uart/.mcp.json
Ryan Malloy 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

15 lines
246 B
JSON

{
"mcpServers": {
"cp210x-local": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"--directory",
"/home/rpm/claude/lora/cp2102-uart",
"mcp210x-uart"
],
"env": {}
}
}
}