Skip to content

Commit 8189a67

Browse files
committed
Update app-bridge.ts
1 parent 0754e16 commit 8189a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app-bridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import {
4141
McpUiResourceTeardownRequest,
4242
McpUiResourceTeardownResultSchema,
4343
} from "./types";
44-
export { LATEST_PROTOCOL_VERSION } from "./types";
44+
export * from "./types";
4545
export { PostMessageTransport } from "./message-transport";
4646

4747
type HostOptions = ProtocolOptions;

0 commit comments

Comments
 (0)