We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0754e16 commit 8189a67Copy full SHA for 8189a67
src/app-bridge.ts
@@ -41,7 +41,7 @@ import {
41
McpUiResourceTeardownRequest,
42
McpUiResourceTeardownResultSchema,
43
} from "./types";
44
-export { LATEST_PROTOCOL_VERSION } from "./types";
+export * from "./types";
45
export { PostMessageTransport } from "./message-transport";
46
47
type HostOptions = ProtocolOptions;
0 commit comments