Skip to content

Commit 1a7154f

Browse files
committed
docs: add docker mcpServer example
1 parent a74768d commit 1a7154f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Laravel Boost includes AI guidelines for the following packages and frameworks.
7878
| Laravel Folio | core |
7979
| Enforce Tests | conditional |
8080

81-
8281
## Available Documentation
8382

8483
| Package | Versions Supported |
@@ -91,7 +90,6 @@ Laravel Boost includes AI guidelines for the following packages and frameworks.
9190
| Pest | 3.x, 4.x |
9291
| Tailwind CSS | 3.x, 4.x |
9392

94-
9593
## Adding Custom AI Guidelines
9694

9795
To augment Laravel Boost with your own custom AI guidelines, add `.blade.php` files to your application's `.ai/guidelines/*` directory. These files will automatically be included with Laravel Boost's guidelines when you run `boost:install`.
@@ -118,6 +116,22 @@ JSON Example:
118116
}
119117
```
120118

119+
If using sail, then you can use the following:
120+
121+
```json
122+
{
123+
"mcpServers": {
124+
"laravel-boost": {
125+
"command": "vendor/bin/sail",
126+
"args": [
127+
"artisan",
128+
"boost:mcp"
129+
]
130+
}
131+
}
132+
}
133+
```
134+
121135
## Contributing
122136

123137
Thank you for considering contributing to Boost! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).

0 commit comments

Comments
 (0)