chore: update dependencies
Some checks are pending
tests / ci (push) Waiting to run

This commit is contained in:
Benjamin Nussbaum 2025-08-14 21:07:33 +02:00
parent caaf5f8755
commit d6dd1c5f31
7 changed files with 2262 additions and 210 deletions

11
.mcp.json Normal file
View file

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