Skip to content

Commit fba664d

Browse files
committed
AppHost -> AppBridge
1 parent b20313a commit fba664d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"default": "./dist/src/react/index.js",
1515
"types": "./dist/src/react/index.d.ts"
1616
},
17-
"./app-host": {
18-
"default": "./dist/src/app-host.js",
17+
"./app-bridge": {
18+
"default": "./dist/src/app-bridge.js",
1919
"types": "./dist/src/app-host.d.ts"
2020
}
2121
},

src/app-host.ts renamed to src/app-bridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type HostOptions = ProtocolOptions;
4848

4949
export const SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION];
5050

51-
export class AppHost extends Protocol<Request, Notification, Result> {
51+
export class AppBridge extends Protocol<Request, Notification, Result> {
5252
oninitialized?: () => void;
5353

5454
private _appCapabilities?: McpUiAppCapabilities;

0 commit comments

Comments
 (0)