Skip to content

Commit ac3f2cf

Browse files
committed
Merge branch 'ihrpr/streamable-http-client' into ihrpr/fix-streamable-connection-close
2 parents 25844ac + 26929fa commit ac3f2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/streamableHttp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Transport } from "../shared/transport.js";
22
import { JSONRPCMessage, JSONRPCMessageSchema } from "../types.js";
33
import { auth, AuthResult, OAuthClientProvider, UnauthorizedError } from "./auth.js";
4-
import { EventSourceMessage, EventSourceParserStream } from 'eventsource-parser/stream';
4+
import { EventSourceParserStream } from 'eventsource-parser/stream';
55
export class StreamableHTTPError extends Error {
66
constructor(
77
public readonly code: number | undefined,

0 commit comments

Comments
 (0)