Skip to content

Commit 6b6c5ce

Browse files
committed
fix(qr-server): Update SDK to 0.3.1 with app-with-deps bundle
- Use app-with-deps export for CDN imports (includes all dependencies) - Fixes widget crash on Claude Desktop/Nest
1 parent f8e31eb commit 6b6c5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/qr-server/widget.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<body>
2828
<div id="qr"></div>
2929
<script type="module">
30-
import { App, PostMessageTransport } from "https://unpkg.com/@modelcontextprotocol/ext-apps@0.0.1";
30+
import { App } from "https://unpkg.com/@modelcontextprotocol/ext-apps@0.3.1/app-with-deps";
3131

3232
const app = new App({ name: "QR Widget", version: "1.0.0" });
3333

0 commit comments

Comments
 (0)