This commit is contained in:
Ovidiu U
2026-05-12 09:47:26 +01:00
parent 3d103f19e1
commit 759e4f2784
183 changed files with 20094 additions and 0 deletions

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

@@ -0,0 +1,29 @@
{
"mcpServers": {
"laravel-boost": {
"command": "/Users/bitstream/Library/Application Support/Herd/bin/php83",
"args": [
"/Users/bitstream/code/dvla-api/artisan",
"boost:mcp"
]
},
"herd": {
"command": "/Users/bitstream/Library/Application Support/Herd/bin/php83",
"args": [
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
],
"env": {
"SITE_PATH": "/Users/bitstream/code/dvla-api"
}
},
"MCP SQLite Server": {
"command": "npx",
"args": [
"-y",
"mcp-sqlite",
"./database/database.sqlite"
],
"type": "stdio"
}
}
}