vice-mcp based of https://github.com/simen/vice-mcp
Protocol layer: - Add watchpoint support (setWatchpoint, toggleCheckpoint, listWatchpoints) - Add snapshot methods (saveSnapshot, loadSnapshot) - Add autostart support - Update command codes to match VICE binary monitor protocol - Refactor BreakpointInfo to CheckpointInfo for unified handling New tools: - toggleBreakpoint: Enable/disable breakpoints without deleting - setWatchpoint: Memory read/write watchpoints - listWatchpoints: Show active watchpoints - runTo: Run until specific address (temporary breakpoint) - disassemble: 6502 disassembler with KERNAL/BASIC labels - saveSnapshot/loadSnapshot: Machine state persistence - loadProgram: Autostart PRG/D64/T64 files Utilities: - Add full 6502 disassembler with all addressing modes - Include KERNAL/BASIC entry point labels 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||