dev: add laravel boost

This commit is contained in:
hackerESQ
2026-02-25 22:31:20 -06:00
parent 34223960f8
commit fc6b7a8c52
5 changed files with 734 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": [
"artisan",
"boost:mcp"
]
}
}
}