@modelcontextprotocol/ext-apps 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,7 +1,10 @@
1
1
  <!-- LOGO -->
2
2
  <div align="center">
3
- <img src="media/mcp.svg#gh-light-mode-only" alt="MCP Apps" width="128">
4
- <img src="media/mcp-white.svg#gh-dark-mode-only" alt="MCP Apps" width="128">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="media/mcp-white.svg">
5
+ <source media="(prefers-color-scheme: light)" srcset="media/mcp.svg">
6
+ <img src="media/mcp.svg" alt="MCP Apps" width="128">
7
+ </picture>
5
8
  <h1>MCP Apps</h1>
6
9
  <p>
7
10
  Build interactive UIs for MCP tools — charts, forms, dashboards — that render inline in Claude, ChatGPT and any other compliant chat client.