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 2cf0dc3 commit 58247e7Copy full SHA for 58247e7
src/Console/Commands/InspectorCommand.php
@@ -53,7 +53,7 @@ public function handle(Registrar $registrar): int
53
}
54
55
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), ', .'));
+ $this->components->error('MCP Server with name ['.$handle.'] not found. Available servers: '.Arr::join(array_keys($servers), ', '));
57
58
return static::FAILURE;
59
0 commit comments