Prompts

data class Prompts(val listChanged: Boolean? = null)(source)

Indicates that the server offers prompt templates.

When present (non-null), clients can list and invoke prompts provided by the server.

Constructors

Link copied to clipboard
constructor(listChanged: Boolean? = null)

Properties

Link copied to clipboard

Whether this server supports notifications for changes to the prompt list. If true, the server will send notifications when prompts are added, modified, or removed.