feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -5,6 +5,12 @@ declare(strict_types=1);
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
require __DIR__ . '/src/Framework/Debug/helpers.php';
|
||||
|
||||
// Detect MCP Server mode early (before any logging initialization)
|
||||
// This allows LoggerInitializer to use NullHandler and suppress all output
|
||||
if (in_array('mcp:server', $argv, true)) {
|
||||
putenv('MCP_SERVER_MODE=1');
|
||||
}
|
||||
|
||||
use App\Framework\Console\ConsoleApplication;
|
||||
use App\Framework\Console\DemoCommand;
|
||||
use App\Framework\Core\AppBootstrapper;
|
||||
|
||||
Reference in New Issue
Block a user