Skip to content

Commit ee1e448

Browse files
authored
Merge pull request #155 from yitzwillroth/hide-internal-artisan-command
Hide Internal Command `ExecuteToolCommand.php` from Artisan List
2 parents 3714368 + 771a763 commit ee1e448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Console/ExecuteToolCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class ExecuteToolCommand extends Command
1414

1515
protected $description = 'Execute a Boost MCP tool in isolation (internal command)';
1616

17+
protected $hidden = true;
18+
1719
public function handle(): int
1820
{
1921
$toolClass = $this->argument('tool');

0 commit comments

Comments
 (0)