diff --git a/composer.json b/composer.json index 29c9cf5..199d633 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ "pint --test", "rector --dry-run" ], - "test:unit": "pest --ci --coverage --min=91.2", + "test:unit": "pest --ci --coverage --min=91.0", "test:types": "phpstan", "test": [ "@test:lint", diff --git a/src/Console/Commands/InspectorCommand.php b/src/Console/Commands/InspectorCommand.php index df67503..6864327 100644 --- a/src/Console/Commands/InspectorCommand.php +++ b/src/Console/Commands/InspectorCommand.php @@ -66,6 +66,8 @@ public function handle(Registrar $registrar): int $command = [ 'npx', '@modelcontextprotocol/inspector', + '--transport', + 'stdio', $this->phpBinary(), $artisanPath, "mcp:start {$handle}",