Communication

ch.linkyard.mcp.server.LowlevelMcpServer.Communication
trait Communication[F[_]]

The 'callback' interface for the servers (how it can send things to the client)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def notify(notification: ServerNotification): F[Unit]
def request(request: ServerRequest)(using Decoder[request.Response]): F[Either[McpError, request.Response]]