Prompt

mcp.schema.`package`.Prompt
See thePrompt companion object
final case class Prompt(name: String, description: String, arguments: List[PromptArgument])

A prompt or prompt template that the server offers.

Value parameters

arguments

A list of arguments to use for templating the prompt.

description

An optional description of what this prompt provides.

name

The name of the prompt or prompt template.

Attributes

Companion
object
Source
package.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product