PromptProvider

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

Attributes

Graph
Supertypes
trait Session[F]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def prompts: F[List[PromptFunction[F]]]

Concrete methods

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

Inherited and Abstract methods

def instructions: F[Option[String]]

Attributes

Inherited from:
Session

Inherited and Abstract fields

val serverInfo: PartyInfo

Attributes

Inherited from:
Session