- Replaced instances of `vendor/bin/sail` with `php` in various documentation files to standardize command usage. - Updated `.mcp.json` and `.cursor/mcp.json` to reflect the new command for Laravel Boost. - Adjusted skill documentation files for Cashier, Horizon, MCP, Passport, Pest, and Wayfinder to enhance clarity and ensure proper command execution. - Disabled Sail support in `boost.json` and added "codex" as a new agent. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
No EOL
578 B
JSON
24 lines
No EOL
578 B
JSON
{
|
|
"mcpServers": {
|
|
"laravel-boost": {
|
|
"command": "php",
|
|
"args": [
|
|
"artisan",
|
|
"boost:mcp"
|
|
]
|
|
},
|
|
"herd": {
|
|
"command": "php",
|
|
"args": [
|
|
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
|
|
],
|
|
"env": {
|
|
"SITE_PATH": "/Users/paulocastellano/Code/trypost"
|
|
}
|
|
},
|
|
"nightwatch": {
|
|
"type": "http",
|
|
"url": "https://nightwatch.laravel.com/mcp"
|
|
}
|
|
}
|
|
} |