- Changed command from `php artisan` to `vendor/bin/sail artisan` in various documentation files to ensure consistency with the use of Laravel Sail. - Updated `.mcp.json` to reflect the new command for Laravel Boost. - Added new agent "cursor" in `boost.json` and enabled Sail support. - Updated PHP version in `CLAUDE.md` from 8.4 to 8.5. - Made minor adjustments to various skill documentation files to enhance clarity and ensure proper command usage. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
No EOL
405 B
JSON
19 lines
No EOL
405 B
JSON
{
|
|
"mcpServers": {
|
|
"laravel-boost": {
|
|
"command": "vendor/bin/sail",
|
|
"args": [
|
|
"artisan",
|
|
"boost:mcp"
|
|
]
|
|
},
|
|
"nightwatch": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"mcp-remote",
|
|
"https://nightwatch.laravel.com/mcp"
|
|
]
|
|
}
|
|
}
|
|
} |