File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed
Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,24 @@ You're ready to go!
9393Add ` .blade.php ` files to ` .ai/guidelines/* ` in your project, and they'll be included with Boost guidelines when you run ` boost:install ` .
9494
9595## Adding Boost MCP manually
96-
97-
98- ## Official Documentation
99-
100- Documentation for Boost can be found on the [ Laravel website] ( https://laravel.com/docs ) .
96+ Create the necessary config for your code editor using these details.
97+
98+ <table >
99+ <tr ><td ><strong >Command</strong ></td ><td ><code >php</code ></td ></tr >
100+ <tr ><td ><strong >Args</strong ></td ><td ><code >./artisan boost:mcp</code ></td ></tr >
101+ </table >
102+
103+ JSON Example
104+ ``` json
105+ {
106+ "mcpServers" : {
107+ "laravel-boost" : {
108+ "command" : " php" ,
109+ "args" : [" ./artisan" , " boost:mcp" ]
110+ }
111+ }
112+ }
113+ ```
101114
102115## Contributing
103116
@@ -113,4 +126,4 @@ Please review [our security policy](https://github.com/laravel/boost/security/po
113126
114127## License
115128
116- Laravel AI Assistant is open-sourced software licensed under the [ MIT license] ( LICENSE.md ) .
129+ Laravel Boost is open-sourced software licensed under the [ MIT license] ( LICENSE.md ) .
You can’t perform that action at this time.
0 commit comments