Skip to content

Commit 58247e7

Browse files
author
Aymane Bouljam
authored
Fix error message formatting in InspectorCommand (#53)
1 parent 2cf0dc3 commit 58247e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/InspectorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function handle(Registrar $registrar): int
5353
}
5454

5555
if (is_null($localServer) && is_null($route)) {
56-
$this->components->error('MCP Server with name ['.$handle.'] not found. Available servers: '.Arr::join(array_keys($servers), ', .'));
56+
$this->components->error('MCP Server with name ['.$handle.'] not found. Available servers: '.Arr::join(array_keys($servers), ', '));
5757

5858
return static::FAILURE;
5959
}

0 commit comments

Comments
 (0)