McpServer

ch.linkyard.mcp.server.McpServer
See theMcpServer companion object
trait McpServer[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def connect(client: Client[F]): Resource[F, Session[F]]

Open a session, see the sub-trait of Session for the capabilities like tools, etc.

Open a session, see the sub-trait of Session for the capabilities like tools, etc.

Attributes