From 416744d0fce14906d2280d849e5c8ac28ade3244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Fri, 7 Nov 2025 15:35:14 +0000 Subject: [PATCH] chore(.cursor): Update mcp.json command for Laravel Sail compatibility --- .cursor/mcp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}