MCPResult
Invocation result returned by invoke().
MCPResult
Returned by invoke().
{
"success": bool,
"data": any, # MCP-specific response
"error": str, # Present if success=False
"execution_time_ms": int,
"mcp": str,
"action": str
}