Skip to content

Commit bfc30f6

Browse files
committed
chore: fix import
1 parent 433c04b commit bfc30f6

File tree

1 file changed

+1
-1
lines changed
  • packages/client/src/client

1 file changed

+1
-1
lines changed

packages/client/src/client/sse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { FetchLike, JSONRPCMessage, Transport } from '@modelcontextprotocol/core';
1+
import type { FetchLike, JSONRPCMessage, Transport, UserAgentProvider } from '@modelcontextprotocol/core';
22
import { createFetchWithInit, createUserAgentProvider, JSONRPCMessageSchema, normalizeHeaders } from '@modelcontextprotocol/core';
33
import type { ErrorEvent, EventSourceInit } from 'eventsource';
44
import { EventSource } from 'eventsource';

0 commit comments

Comments
 (0)