chore(.cursor): Update mcp.json command for Laravel Sail compatibility
This commit is contained in:
parent
292297f483
commit
416744d0fc
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"laravel-boost": {
|
||||
"command": "./vendor/bin/sail",
|
||||
"command": "php",
|
||||
"args": [
|
||||
"artisan",
|
||||
"boost:mcp"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue