feat: add laravel boost to assist in coding

This commit is contained in:
idevakk
2025-11-09 03:30:52 -08:00
parent 664637fa30
commit 1ca28dabb2
5 changed files with 739 additions and 1 deletions

11
.junie/mcp/mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"laravel-boost": {
"command": "C:\\Users\\zDex\\.config\\herd\\bin\\php84\\php.exe",
"args": [
"C:\\Users\\zDex\\Herd\\zemailnator\\artisan",
"boost:mcp"
]
}
}
}