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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,22 @@ 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": "vendor/bin/sail",
128
+
"args": [
129
+
"artisan",
130
+
"boost:mcp"
131
+
]
132
+
}
133
+
}
134
+
}
135
+
```
136
+
121
137
## Contributing
122
138
123
139
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