File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
src/main/kotlin/org/http4k/mcp/internal Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11on :
2+ workflow_dispatch :
23 push :
34 branches :
45 - master
Original file line number Diff line number Diff line change 11<h2 class =" github " >Changelog</h2 >
22
3+ ### v1.9.0
4+ - Upgrades and tweaks to underlying http4k library
5+
36### v1.8.0
47- Upgrades and tweaks to underlying http4k library
58
Original file line number Diff line number Diff line change 11[versions ]
2+ bunting4k = " 2.25.3.0"
23com-github-ben-manes-versions = " 0.53.0"
3- kotlin = " 2.2.20"
4- bunting4k = " 2.22.3.0"
5- graalvm-native = " 0.10.6"
6- http4k = " 6.20.0.3"
7- junit = " 6.0.0"
4+ graalvm-native = " 0.11.5"
5+ http4k = " 6.32.0.0"
6+ junit = " 6.0.3"
7+ kotlin = " 2.3.10"
88slf4j = " 2.0.17"
9- typeflows = " 0.31 .0-beta"
10- version-catalog-update = " 1.0.1 "
9+ typeflows = " 0.32 .0-beta"
10+ version-catalog-update = " 1.1.0 "
1111
1212[libraries ]
1313bunting4k = { module = " dev.forkhandles:bunting4k" , version.ref = " bunting4k" }
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package org.http4k.mcp.internal
22
33import org.http4k.client.Http4kSseClient
44import org.http4k.client.ReconnectionMode
5- import org.http4k.client.chunkedSseSequence
65import org.http4k.core.ContentType.Companion.APPLICATION_JSON
76import org.http4k.core.ContentType.Companion.TEXT_EVENT_STREAM
87import org.http4k.core.HttpHandler
@@ -16,6 +15,7 @@ import org.http4k.lens.accept
1615import org.http4k.lens.contentType
1716import org.http4k.sse.SseEventId
1817import org.http4k.sse.SseMessage
18+ import org.http4k.sse.chunkedSseSequence
1919import java.io.Reader
2020import java.io.Writer
2121import java.util.concurrent.atomic.AtomicReference
You can’t perform that action at this time.
0 commit comments