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
.mcp.json Normal file
View File

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