finished the upgrade to filament 4. completely revamped the frontend with codex, now it looks great!
This commit is contained in:
16
.kilocode/mcp.json
Normal file
16
.kilocode/mcp.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"laravel-boost": {
|
||||
"command": "php",
|
||||
"args": [
|
||||
"artisan",
|
||||
"boost:mcp"
|
||||
],
|
||||
"transport": "stdio",
|
||||
"alwaysAllow": [
|
||||
"application-info"
|
||||
],
|
||||
"disabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user