From 423fd56c6b7451fc3fd649d06b7ed65b5780f4b9 Mon Sep 17 00:00:00 2001 From: Pushpak Chhajed Date: Thu, 20 Nov 2025 22:06:29 +0530 Subject: [PATCH] Add Codex and Gemini setup instructions to README.md Signed-off-by: Pushpak Chhajed --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6274da9a..dfc5f93e 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,18 @@ Once Laravel Boost has been installed, you're ready to start coding with Cursor, 2. Open a shell in the project's directory 3. Run `claude mcp add -s local -t stdio laravel-boost php artisan boost:mcp` +#### Codex + +1. Codex support is typically enabled automatically, but if you find it isn't +2. Open a shell in the project's directory +3. Run `codex mcp add -- php artisan boost:mcp` + +#### Gemini + +1. Gemini support is typically enabled automatically, but if you find it isn't +2. Open a shell in the project's directory +3. Run `gemini mcp add -s project -t stdio laravel-boost php artisan boost:mcp` + ## Available MCP Tools | Name | Notes |