Update boost support

This commit is contained in:
DariusIII
2026-07-14 12:46:08 +02:00
parent 92b1c39613
commit d4d8f7cafa
2 changed files with 16 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"laravel-boost": {
"command": "./vendor/bin/sail",
"args": [
"artisan",
"boost:mcp"
]
}
}
}
+5 -1
View File
@@ -1,10 +1,14 @@
{
"agents": [
"cursor",
"phpstorm-copilot"
],
"cloud": false,
"editors": [
"cursor",
"phpstorm-copilot"
],
"guidelines": true
"guidelines": true,
"mcp": true,
"sail": true
}