mcp.schema
package mcp.schema
Members list
Type members
Classlikes
case class Description(name: String) extends StaticAnnotation
Attributes
- Source
- JsonSchema.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Source
- JsonSchema.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object JsonSchema
Attributes
- Companion
- trait
- Source
- JsonSchema.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JsonSchema.type
Represents a Model Control Protocol (MCP) error. This class is used to represent errors that occur during an MCP session.
Represents a Model Control Protocol (MCP) error. This class is used to represent errors that occur during an MCP session.
Value parameters
- message
-
error message
Attributes
- See also
- Companion
- object
- Source
- McpError.scala
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object McpError
Attributes
- Companion
- class
- Source
- McpError.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
McpError.type
class McpSchema
Based on the JSON-RPC 2.0 specification and the Model Context Protocol Schema.
Based on the JSON-RPC 2.0 specification and the Model Context Protocol Schema.
Attributes
- See also
- Companion
- object
- Source
- McpSchema.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object McpSchema
Attributes
- Companion
- class
- Source
- McpSchema.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
McpSchema.type
Attributes
- Companion
- object
- Source
- SchemaType.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object SchemaType
Attributes
- Companion
- trait
- Source
- SchemaType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SchemaType.type
In this article