From b2f8811e596be0e89838e1d9d2b0953f7d72c316 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Tue, 20 Jan 2026 19:18:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20`laravel-boost`=20configurati?= =?UTF-8?q?on=20to=20MCP:=20enable=20`boost:mcp`=20Artisan=20command=20exe?= =?UTF-8?q?cution=20via=20Sail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ai/mcp/mcp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.ai/mcp/mcp.json b/.ai/mcp/mcp.json index e69de29..1012ec1 100644 --- a/.ai/mcp/mcp.json +++ b/.ai/mcp/mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "laravel-boost": { + "command": "vendor/bin/sail", + "args": [ + "artisan", + "boost:mcp" + ] + } + } +} \ No newline at end of file