diff --git a/.cursor/mcp.json b/.cursor/mcp.json index fd4766a4..40b4d24f 100644 --- a/.cursor/mcp.json +++ b/.cursor/mcp.json @@ -1,11 +1,11 @@ { "mcpServers": { "laravel-boost": { - "command": "./vendor/bin/sail", + "command": "php", "args": [ "artisan", "boost:mcp" ] } } -} \ No newline at end of file +}