feat(Laravel Boost & Claude configuration)

This commit is contained in:
2026-02-09 18:22:14 +01:00
parent 3389316aef
commit e88d12e99c
15 changed files with 2043 additions and 1 deletions

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

@@ -0,0 +1,11 @@
{
"mcpServers": {
"laravel-boost": {
"command": "/usr/local/bin/php",
"args": [
"/app/artisan",
"boost:mcp"
]
}
}
}