ResourceProviderWithChanges

ch.linkyard.mcp.server.McpServer.ResourceProviderWithChanges

Attributes

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

Members list

Value members

Abstract methods

def resourceChanges: Stream[F, ListChanged]

Inherited methods

def resourceTemplate(uri: String): F[ResourceTemplate[F]]

Attributes

Inherited from:
ResourceProvider

Inherited and Abstract methods

def instructions: F[Option[String]]

Attributes

Inherited from:
Session
def resource(uri: String, context: CallContext[F]): F[Response]

Attributes

Inherited from:
ResourceProvider
def resourceTemplates(after: Option[Cursor]): Stream[F, Pageable[ResourceTemplate[F]]]

Attributes

Inherited from:
ResourceProvider
def resources(after: Option[Cursor]): Stream[F, Pageable[Resource]]

Attributes

Inherited from:
ResourceProvider

Inherited and Abstract fields

val serverInfo: PartyInfo

Attributes

Inherited from:
Session