Result
Table of Contents
Classes
- CallToolResult
- The server's response to a tool call.
- CompletionCompleteResult
- The server's response to a completion/complete request.
- CreateSamplingMessageResult
- The client's response to a sampling/create_message request from the server. The client should inform the user before
returning the sampled message, to allow them to inspect the response (human in the loop) and decide whether to allow
the server to see it.
- ElicitResult
- The client's response to an elicitation/create request from the server.
- EmptyResult
- A generic empty result that indicates success but carries no data.
- GetPromptResult
- InitializeResult
- After receiving an initialize request from the client, the server sends this response.
- ListPromptsResult
- The server's response to a prompts/list request from the client.
- ListResourcesResult
- The server's response to a resources/list request from the client.
- ListResourceTemplatesResult
- The server's response to a resources/templates/list request from the client.
- ListRootsResult
- The client's response to a roots/list request from the server.
- ListToolsResult
- The server's response to a tools/list request from the client.
- ReadResourceResult
- The server's response to a resources/read request from the client.