<?php

namespace ContainerRYWeSXx;

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 get_Mcp_Server_Command_LazyService extends App_KernelProdContainer
{
    /*
     * Gets the private '.mcp.server.command.lazy' shared service.
     *
     * @return \Symfony\Component\Console\Command\LazyCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.mcp.server.command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('mcp:server', [], 'Starts an MCP server', false, #[\Closure(name: 'mcp.server.command', class: 'Symfony\\AI\\McpBundle\\Command\\McpCommand')] fn (): \Symfony\AI\McpBundle\Command\McpCommand => ($container->privates['mcp.server.command'] ?? $container->load('getMcp_Server_CommandService')));
    }
}
