LowlevelMcpServer

ch.linkyard.mcp.server.LowlevelMcpServer
See theLowlevelMcpServer companion object
trait LowlevelMcpServer[F[_]]

Lower level server that just deals with request/response correlation and does not care about the individual messages

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def handleNotification(notification: ClientNotification, auth: Authentication): F[Unit]
def handleRequest(request: ClientRequest, id: RequestId, auth: Authentication): F[ServerResponse]