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 }