Tool

ch.linkyard.mcp.protocol.Tool
See theTool companion object
case class Tool(name: String, title: Option[String], description: Option[String], inputSchema: JsonSchema, outputSchema: Option[JsonSchema], annotations: Option[Annotations], _meta: Meta)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product