Peekaboo/src
Peter Steinberger 4be8c69e77 Fix TypeScript compilation errors
- Added missing imports for ToolResponse and z in index.ts
- Added missing imports for WindowInfo and TargetApplicationInfo in list.ts
- Fixed type casting for ImageCaptureData in image.ts
- Added proper return type annotations to handlers
- Fixed content array metadata type to Record<string, unknown>
- Added const assertions for all 'text' type literals
- Fixed return types for helper functions in list.ts
- Added minItems and maxItems to JSONSchema interface

All TypeScript compilation errors resolved

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-27 01:10:35 +02:00
..
tools Fix TypeScript compilation errors 2025-05-27 01:10:35 +02:00
types Fix all ESLint warnings 2025-05-27 01:03:36 +02:00
utils Fix TypeScript compilation errors 2025-05-27 01:10:35 +02:00
index.ts Fix TypeScript compilation errors 2025-05-27 01:10:35 +02:00