Commit graph

2 commits

Author SHA1 Message Date
Simen Svale
d06d2ef71d Add DisplayGet packet debug test
Standalone test script to verify DisplayGet packet format matches
MCP client implementation. Useful for debugging protocol issues.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 04:58:30 +01:00
Simen Svale
69e05806e1 Add integration test suites for protocol and MCP tool layers
- test/integration.ts: Protocol-level tests (Connect, RegistersGet, MemoryGet, MemorySet, DisplayGet)
- test/integration.test.ts: MCP tool-level tests (16 tools including semantic layer)

Both suites validate the VICE binary monitor protocol implementation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 04:24:26 +01:00