Skip to content

Commit f17a303

Browse files
committed
herd: update to new herd mcp location
1 parent d915ef1 commit f17a303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ private function enactMcpServers(): void
513513
try {
514514
$result = $ide->installMcp(
515515
key: 'herd',
516-
command: PHP_BINARY,
516+
command: 'php',
517517
args: [$this->herd->mcpPath()],
518518
env: ['SITE_PATH' => base_path()]
519519
);

src/Install/Herd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function mcpPath(): string
4141
return $this->getHomePath().'/.config/herd/bin/herd-mcp.phar';
4242
}
4343

44-
return $this->getHomePath().'/Library/Application Support/Herd/bin/herd-mcp.phar';
44+
return '/Applications/Herd.app/Contents/Resources/herd-mcp.phar';
4545
}
4646

4747
public function isWindowsPlatform(): bool

0 commit comments

Comments
 (0)