Skip to content

Commit a174c99

Browse files
committed
docs: Add manual MCP installation, remove 'official docs', fix license
1 parent 7330a53 commit a174c99

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,24 @@ You're ready to go!
9393
Add `.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).

0 commit comments

Comments
 (0)