Skip to content

Commit d9cd7fe

Browse files
committed
imports fix
1 parent f939900 commit d9cd7fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/client/src/client/websocket.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import type { Transport, JSONRPCMessage, JSONRPCMessageSchema } from '@modelcontextprotocol/sdk-core';
1+
import type { Transport, JSONRPCMessage } from '@modelcontextprotocol/sdk-core';
2+
import { JSONRPCMessageSchema } from '@modelcontextprotocol/sdk-core';
23

34
const SUBPROTOCOL = 'mcp';
45

0 commit comments

Comments
 (0)