fix(apps): declare color-scheme to allow transparent MCP App iframes (#7479)

This commit is contained in:
Andrew Harvard
2026-02-24 13:50:38 -05:00
committed by GitHub
parent 20166906a5
commit 5e59b4dcb2
3 changed files with 12 additions and 0 deletions
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8"/>
<meta name="referrer" content="no-referrer"/>
<meta name="color-scheme" content="light dark"/>
<!--
The Content Security Policy is dynamically created by Rust at request time based on the domains declared in the MCP App's resource metadata.
-->