| Classes | |
|---|---|
| CallToolResult | The server's response to a tool call. |
| CompleteResult | The server's response to a |
| CreateMessageResult | The client's response to a |
| ElicitResult | The client's response to an elicitation request. |
| EmptyResult | A response that indicates success but carries no data. |
| GetPromptResult | The server's response to a |
| InitializeResult | After receiving an initialize request from the client, the server sends this response. |
| ListPromptsResult | The server's response to a |
| ListResourcesResult | The server's response to a |
| ListResourceTemplatesResult | The server's response to a |
| ListRootsResult | The client's response to a |
| ListToolsResult | The server's response to a |
| PaginatedResult | The base object for paginated results. |
| ReadResourceResult | The server's response to a |
| Result | The base result object that is passed to a JSON-RPC response. |
| StructuredContent | A JSON object that represents the structured result of a tool call. |
| Interfaces | |
| ClientResult | Interface marker for concrete results that can be used by the client. |
| ServerResult | Interface marker for concrete results that can be used by the server. |