ToolsDefinition

The tools definition for an MCP descriptor. Contains the protocol version and inline content describing the available tools.

Types

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

Properties

Link copied to clipboard

The JSON content containing the MCP tools definition, conforming to the MCP protocol specification.

Link copied to clipboard

The protocol version of the tools definition based on the MCP protocol specification. If not specified, the version is auto-detected from the content.

Functions

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