You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,26 @@ JSON Example:
118
118
}
119
119
```
120
120
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
+
121
141
## Contributing
122
142
123
143
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