From d4d8f7cafaefd62ca37bc1953579e75bc10cb788 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 14 Jul 2026 12:46:08 +0200 Subject: [PATCH] Update boost support --- .cursor/mcp.json | 11 +++++++++++ boost.json | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .cursor/mcp.json diff --git a/.cursor/mcp.json b/.cursor/mcp.json new file mode 100644 index 000000000..256c638cd --- /dev/null +++ b/.cursor/mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "laravel-boost": { + "command": "./vendor/bin/sail", + "args": [ + "artisan", + "boost:mcp" + ] + } + } +} diff --git a/boost.json b/boost.json index 63ee82ea8..0bfb098cc 100644 --- a/boost.json +++ b/boost.json @@ -1,10 +1,14 @@ { "agents": [ + "cursor", "phpstorm-copilot" ], "cloud": false, "editors": [ + "cursor", "phpstorm-copilot" ], - "guidelines": true + "guidelines": true, + "mcp": true, + "sail": true }