McpServerDescriptor

Descriptor that defines the content of an MCP (Model Context Protocol) server registry record, including the server definition and its tool definitions. The content is validated against the MCP protocol schema.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional data associated with the MCP server descriptor, such as tool definitions.

Link copied to clipboard
val data: String?

The MCP server descriptor content, serialized as descriptor payload data.

Link copied to clipboard

The schema version of the descriptor payload.

Link copied to clipboard

The optional source configuration used to synchronize the MCP server descriptor content.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String