You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some clients (claude code for example) close SSE servers unless there's a heartbeat. I found the Kotlin MCP server to be extremely unreliable unless it was set up.
mcp {
heartbeat {
period = 1.seconds
event = ServerSentEvent("heartbeat")
}
server
}