mcp.server.McpServer.FastMcp
See theFastMcp companion object
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
- Graph
-
- Supertypes
Members list
In this article