Skip to content

Commit f1edf8d

Browse files
committed
docs: add docker mcpServer example
1 parent ad3d438 commit f1edf8d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,26 @@ 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": "docker",
128+
"args": [
129+
"exec",
130+
"-i",
131+
"<container-name>",
132+
"php",
133+
"/path/to/artisan",
134+
"boost:mcp"
135+
]
136+
}
137+
}
138+
}
139+
```
140+
121141
## Contributing
122142

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