PromptProviderWithChanges

ch.linkyard.mcp.server.McpServer.PromptProviderWithChanges
trait PromptProviderWithChanges[F[_]] extends PromptProvider[F]

Attributes

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

Members list

Value members

Abstract methods

def promptChanges: Stream[F, ListChanged]

Inherited methods

def prompt(name: String): F[PromptFunction[F]]

Attributes

Inherited from:
PromptProvider

Inherited and Abstract methods

def instructions: F[Option[String]]

Attributes

Inherited from:
Session
def prompts: F[List[PromptFunction[F]]]

Attributes

Inherited from:
PromptProvider

Inherited and Abstract fields

val serverInfo: PartyInfo

Attributes

Inherited from:
Session