Skip to content

Commit a1b1cf5

Browse files
committed
docs: add docker mcpServer example
1 parent bc67128 commit a1b1cf5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,22 @@ JSON Example:
118118
}
119119
```
120120

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

123139
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)