File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mcp/src/main/java/io/modelcontextprotocol/client/transport Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,10 +325,10 @@ public HttpClientSseClientTransport build() {
325325 public Mono <Void > connect (Function <Mono <JSONRPCMessage >, Mono <JSONRPCMessage >> handler ) {
326326
327327 return Mono .create (sink -> {
328- URI clientUri = Utils .resolveUri (this .baseUri , this .sseEndpoint );
329- logger .debug ("Subscribing to {}" , clientUri );
328+ URI clientUri = Utils .resolveUri (this .baseUri , this .sseEndpoint );
329+ logger .debug ("Subscribing to {}" , clientUri );
330330
331- HttpRequest request = requestBuilder .copy ()
331+ HttpRequest request = requestBuilder .copy ()
332332 .uri (clientUri )
333333 .header ("Accept" , "text/event-stream" )
334334 .header ("Cache-Control" , "no-cache" )
You can’t perform that action at this time.
0 commit comments