We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c72a3d commit 504283eCopy full SHA for 504283e
1 file changed
agents/agents-mcp/src/jvmTest/kotlin/ai/koog/agents/mcp/McpToolTest.kt
@@ -48,7 +48,7 @@ class McpToolTest {
48
val toolRegistry = withContext(Dispatchers.Default.limitedParallelism(1)) {
49
withTimeout(1.minutes) {
50
McpToolRegistryProvider.fromTransport(
51
- transport = McpToolRegistryProvider.defaultSseTransport("http://localhost:$testPort/sse"),
+ transport = McpToolRegistryProvider.defaultSseTransport("http://localhost:$testPort"),
52
name = "test-client",
53
version = "0.1.0"
54
)
0 commit comments