chore(.cursor): Update mcp.json command for Laravel Sail compatibility

This commit is contained in:
Víctor Falcón 2025-11-07 15:35:14 +00:00
parent 292297f483
commit 416744d0fc
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{
"mcpServers": {
"laravel-boost": {
"command": "./vendor/bin/sail",
"command": "php",
"args": [
"artisan",
"boost:mcp"
]
}
}
}
}