feat(laravel-boost): add Laravel Boost guidelines and MCP server configuration to enhance development experience

This commit is contained in:
Andras Bacsai
2025-09-15 12:19:44 +02:00
parent a1eaa046c9
commit 14eae54121
6 changed files with 1024 additions and 1 deletions

11
.cursor/mcp.json Normal file
View File

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