We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26663de commit abb7154Copy full SHA for abb7154
composer.json
@@ -80,7 +80,7 @@
80
"pint --test",
81
"rector --dry-run"
82
],
83
- "test:unit": "pest --ci --coverage --min=91.2",
+ "test:unit": "pest --ci --coverage --min=91.0",
84
"test:types": "phpstan",
85
"test": [
86
"@test:lint",
src/Console/Commands/InspectorCommand.php
@@ -66,6 +66,8 @@ public function handle(Registrar $registrar): int
66
$command = [
67
'npx',
68
'@modelcontextprotocol/inspector',
69
+ '--transport',
70
+ 'stdio',
71
$this->phpBinary(),
72
$artisanPath,
73
"mcp:start {$handle}",
0 commit comments