From 9c79e24e8f3b35232748582761bb9f293e254a09 Mon Sep 17 00:00:00 2001 From: mndeaves Date: Mon, 6 Apr 2026 17:24:40 +0100 Subject: [PATCH] Use standalone classic-mac-hardware-mcp server Update .mcp.json to use uvx from github.com/matthewdeaves/classic-mac-hardware-mcp. Update docs to reference MCP server for hardware deployment. Co-Authored-By: Claude Opus 4.6 (1M context) --- .mcp.json | 11 +++++------ CLAUDE.md | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.mcp.json b/.mcp.json index 5b78549..6e7785e 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,15 +1,14 @@ { "mcpServers": { "classic-mac-hardware": { - "command": "uv", + "command": "uvx", "args": [ - "run", - "--with", "mcp", - "python3", - ".claude/mcp-servers/classic-mac-hardware/server.py" + "--from", + "git+https://github.com/matthewdeaves/classic-mac-hardware-mcp", + "classic-mac-hardware-mcp" ], "env": { - "MACHINES_CONFIG": ".claude/mcp-servers/classic-mac-hardware/machines.json" + "MACHINES_CONFIG": "~/.config/classic-mac-hardware/machines.json" } } } diff --git a/CLAUDE.md b/CLAUDE.md index 857ea25..0469a0b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -94,7 +94,7 @@ cmake --build build-ppc-mactcp ``` ### Classic Mac -Deploy `.bin` or `.APPL` to real Classic Mac hardware via FTP or disk image. +Deploy `.bin` or `.APPL` to real Classic Mac hardware using the [classic-mac-hardware-mcp](https://github.com/matthewdeaves/classic-mac-hardware-mcp) MCP server. Never use raw FTP scripts. ## Key Files diff --git a/README.md b/README.md index dbc275c..9b55846 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ cmake --build build-ppc-ot ### Classic Mac -Deploy `.bin` to real hardware via FTP or disk image. The GUI provides a message area, input field, peer list, send button, broadcast checkbox, and debug toggle. +Deploy `.bin` to real hardware using the [classic-mac-hardware-mcp](https://github.com/matthewdeaves/classic-mac-hardware-mcp) MCP server. The GUI provides a message area, input field, peer list, send button, broadcast checkbox, and debug toggle. ## Architecture