CustomDescriptor

A custom descriptor for a registry record. Use this for resources such as APIs, Lambda functions, or servers that do not conform to a standard protocol like MCP or A2A.

Types

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

Properties

Link copied to clipboard

The custom descriptor content as a valid JSON document. You can define any custom schema that describes your resource.

Functions

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