Add MIME output infrastructure tests
Tests verify the MIME output API is correctly wired up:
- exec_result.mime_vals field is present and returns a list
- mime_val type has mime_type, encoding (Noencoding/Base64), and data fields
- Multiple executions have independent mime_vals
- exec_toplevel also returns mime_vals
The mime_printer library is already integrated and supports:
- SVG images (Noencoding)
- Base64-encoded images (PNG, JPEG, etc.)
- Text/HTML and other MIME types
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>