McpPrompt

@JsonSerializable
data class McpPrompt(val name: PromptName, val description: String?, val arguments: List<McpPrompt.Argument>)

Constructors

Link copied to clipboard
constructor(name: PromptName, description: String?, arguments: List<McpPrompt.Argument>)

Types

Link copied to clipboard
@JsonSerializable
data class Argument(val name: String, val description: String? = null, val required: Boolean? = null)
Link copied to clipboard
object Get : McpRpc
Link copied to clipboard
object List : McpRpc

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard