McpServer

mcp.server.McpServer
See theMcpServer companion trait
object McpServer

Attributes

Companion
trait
Source
McpServer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
McpServer.type

Members list

Type members

Classlikes

case class FastMcp[F[_]](serverInfo: Implementation, capabilities: ServerCapabilities, tools: List[Tool[F, _]], resources: List[ResourceHandler[F]], prompts: List[PromptHandler[F]], handlers: Map[Method, RequestHandler[F]])(implicit evidence$1: Async[F], evidence$2: LiftIO[F])

Attributes

Companion
object
Source
McpServer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FastMcp

Attributes

Companion
class
Source
McpServer.scala
Supertypes
class Object
trait Matchable
class Any
Self type
FastMcp.type

Value members

Concrete methods

def apply[F[_] : LiftIO](name: String, version: String): McpServer[F]

Attributes

Source
McpServer.scala