chore: formatting and mcp configurations

This commit is contained in:
kushal-saha 2026-05-08 07:08:11 +00:00
parent 04d7b13543
commit 145e67ee46
14 changed files with 24 additions and 13 deletions

12
.ai/mcp/mcp.json Normal file
View File

@ -0,0 +1,12 @@
{
"mcpServers": {
"laravel-boost": {
"command": "wsl.exe",
"args": [
"/usr/bin/php8.5",
"/home/krbfx/sentientgeeks_admin_sso/artisan",
"boost:mcp"
]
}
}
}

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ yarn-error.log
/.nova /.nova
/.vscode /.vscode
/.zed /.zed
/storage/framework/views/*

View File

@ -1,2 +0,0 @@
*
!.gitignore