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 d915ef1 commit f17a303Copy full SHA for f17a303
src/Console/InstallCommand.php
@@ -513,7 +513,7 @@ private function enactMcpServers(): void
513
try {
514
$result = $ide->installMcp(
515
key: 'herd',
516
- command: PHP_BINARY,
+ command: 'php',
517
args: [$this->herd->mcpPath()],
518
env: ['SITE_PATH' => base_path()]
519
);
src/Install/Herd.php
@@ -41,7 +41,7 @@ public function mcpPath(): string
41
return $this->getHomePath().'/.config/herd/bin/herd-mcp.phar';
42
}
43
44
- return $this->getHomePath().'/Library/Application Support/Herd/bin/herd-mcp.phar';
+ return '/Applications/Herd.app/Contents/Resources/herd-mcp.phar';
45
46
47
public function isWindowsPlatform(): bool
0 commit comments