We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e31eb commit 6b6c5ceCopy full SHA for 6b6c5ce
1 file changed
examples/qr-server/widget.html
@@ -27,7 +27,7 @@
27
<body>
28
<div id="qr"></div>
29
<script type="module">
30
- import { App, PostMessageTransport } from "https://unpkg.com/@modelcontextprotocol/ext-apps@0.0.1";
+ import { App } from "https://unpkg.com/@modelcontextprotocol/ext-apps@0.3.1/app-with-deps";
31
32
const app = new App({ name: "QR Widget", version: "1.0.0" });
33
0 commit comments