Package dev.relism.flash.ext.mcp
Class ToolResponse
java.lang.Object
dev.relism.flash.ext.mcp.ToolResponse
Result of a
McpTool.call(ToolArguments) invocation.-
Method Summary
Modifier and TypeMethodDescriptionstatic ToolResponseTool-level failure — per the MCP specification this is still a normal JSON-RPC result (not a JSON-RPC error) withisError: true, so the model can see and react to it.static ToolResponseSuccessful tool result carrying one or more content blocks.
-
Method Details
-
success
Successful tool result carrying one or more content blocks. -
error
Tool-level failure — per the MCP specification this is still a normal JSON-RPC result (not a JSON-RPC error) withisError: true, so the model can see and react to it.
-