<?php

namespace ContainerK7EGPmB;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getMcpServiceService extends AdminKernelProdContainer
{
    /*
     * Gets the public 'PrestaShop\Module\PsMcpServer\Services\McpService' shared service.
     *
     * @return \PrestaShop\Module\PsMcpServer\Services\McpService
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['PrestaShop\\Module\\PsMcpServer\\Services\\McpService'] = new \PrestaShop\Module\PsMcpServer\Services\McpService(($container->services['PrestaShop\\Module\\PsMcpServer\\Ps_mcp_server'] ?? $container->load('getPsMcpServerService')), ($container->services['PrestaShop\\Module\\PsMcpServer\\Services\\McpModulesService'] ?? $container->load('getMcpModulesServiceService')), ($container->services['PrestaShop\\Module\\PsMcpServer\\Services\\McpFeaturesService'] ?? $container->load('getMcpFeaturesServiceService')));
    }
}
