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 839468b commit 7f59f10Copy full SHA for 7f59f10
src/Console/InstallCommand.php
@@ -812,6 +812,7 @@ protected function enactMcpServers(): void
812
// Install Herd MCP if enabled
813
if ($this->installingHerdMcp()) {
814
try {
815
+ // TODO: SET ENV for site path!
816
$result = $ide->installMcp('herd', PHP_BINARY, [$this->herdMcpPath()]);
817
818
if ($result) {
0 commit comments