Skip to content

Commit 860cbe1

Browse files
authored
Add Codex and Gemini setup instructions to README.md (#365)
Signed-off-by: Pushpak Chhajed <pushpak1300@gmail.com>
1 parent 403c336 commit 860cbe1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ Once Laravel Boost has been installed, you're ready to start coding with Cursor,
6767
2. Open a shell in the project's directory
6868
3. Run `claude mcp add -s local -t stdio laravel-boost php artisan boost:mcp`
6969

70+
#### Codex
71+
72+
1. Codex support is typically enabled automatically, but if you find it isn't
73+
2. Open a shell in the project's directory
74+
3. Run `codex mcp add -- php artisan boost:mcp`
75+
76+
#### Gemini
77+
78+
1. Gemini support is typically enabled automatically, but if you find it isn't
79+
2. Open a shell in the project's directory
80+
3. Run `gemini mcp add -s project -t stdio laravel-boost php artisan boost:mcp`
81+
7082
## Available MCP Tools
7183

7284
| Name | Notes |

0 commit comments

Comments
 (0)