chore: add laravel/boost and AI agent configuration files
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
idevakk
2026-03-03 01:32:44 +05:30
parent 2590fe712b
commit 4e7f1587a3
27 changed files with 3608 additions and 3 deletions

11
.junie/mcp/mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"laravel-boost": {
"command": "D:\\laragon\\bin\\php\\php-8.4.12-nts-Win32-vs17-x64\\php.exe",
"args": [
"D:\\laragon\\www\\imail\\artisan",
"boost:mcp"
]
}
}
}