ToolProviderWithChanges

ch.linkyard.mcp.server.McpServer.ToolProviderWithChanges
trait ToolProviderWithChanges[F[_]] extends ToolProvider[F]

Attributes

Graph
Supertypes
trait ToolProvider[F]
trait Session[F]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def toolChanges: Stream[F, ListChanged]

Inherited and Abstract methods

def instructions: F[Option[String]]

Attributes

Inherited from:
Session
def tools: F[List[ToolFunction[F]]]

Attributes

Inherited from:
ToolProvider

Inherited and Abstract fields

val serverInfo: PartyInfo

Attributes

Inherited from:
Session