ServerDefinition

The MCP server definition with a schema version and inline content. The schemaVersion identifies the version of the MCP server configuration schema.

Types

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

Properties

Link copied to clipboard

The inline content of the server definition.

Link copied to clipboard

The schema version of the MCP server configuration. The schema version identifies the format of the server definition content.

Functions

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