CreateMessageRequest
A request from the server to sample an LLM via the client. The client has full discretion over which model to select. The client should also inform the user before beginning sampling to allow them to inspect the request (human in the loop) and decide whether to approve it.
Constructors
Properties
The protocol reserves this result property to allow clients and servers to attach additional metadata to their responses.
A request to include context from one or more MCP servers (including the caller), to be attached to the prompt. The client MAY ignore this request.
Optional metadata to pass through to the LLM provider. The format of this metadata is provider-specific.
The server's preferences for which model to select.
An optional system prompt the server wants to use it for sampling. The client MAY modify or omit this prompt.