Skip to content

Commit c6164f0

Browse files
authored
Boost (#112)
* Install * Run Boost install command * Add update command
1 parent 6592949 commit c6164f0

File tree

5 files changed

+972
-2
lines changed

5 files changed

+972
-2
lines changed

.cursor/mcp.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"mcpServers": {
3+
"laravel-boost": {
4+
"command": "php",
5+
"args": [
6+
"artisan",
7+
"boost:mcp"
8+
]
9+
},
10+
"herd": {
11+
"command": "php",
12+
"args": [
13+
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
14+
],
15+
"env": {
16+
"SITE_PATH": "/Users/sebkearslake/Documents/Valet/laravel-inertia-template"
17+
}
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)