Find a file
Simen Svale 56ea0984bb Add readScreen summary format and readVicState sprite visibility
- readScreen now supports format: "summary" | "full" option
  - summary: non-empty lines with trimming (agent-friendly)
  - full: all 25 lines (debugging use)
- readVicState now tracks sprite visibility:
  - visibleSprites array with sprite numbers
  - visibleCount for quick checking
  - Updated hint when sprites enabled but not visible

AX feedback from owl review.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 01:59:13 +01:00
src Add readScreen summary format and readVicState sprite visibility 2025-12-30 01:59:13 +01:00
.gitignore Initial project setup with MCP SDK skeleton 2025-12-30 01:47:16 +01:00
package-lock.json Initial project setup with MCP SDK skeleton 2025-12-30 01:47:16 +01:00
package.json Initial project setup with MCP SDK skeleton 2025-12-30 01:47:16 +01:00
tsconfig.json Initial project setup with MCP SDK skeleton 2025-12-30 01:47:16 +01:00