McpDescriptor

The Model Context Protocol (MCP) descriptor for a registry record. Contains the server definition and tools definition for an MCP-compatible server. The schema is validated against the MCP protocol specification.

Types

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

Properties

Link copied to clipboard

The MCP server definition, containing the server configuration and schema as defined by the MCP protocol specification.

Link copied to clipboard

The MCP tools definition, containing the tools available on the MCP server as defined by the MCP protocol specification.

Functions

Link copied to clipboard
inline fun copy(block: McpDescriptor.Builder.() -> Unit = {}): McpDescriptor
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