Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down