class

MCP::Prompt::Argument

Inherits JSON::Serializable < Reference < Object

The definition for an MCP Prompt argument

Constructors

new(pull : JSON::PullParser)
Source
new(name : String, description : Nil | String = nil, title : Nil | String = nil, required : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

description
Source
name
Source
required?
Source
title
Source