Files
AFC-Demo/.mcp.json
T

20 lines
462 B
JSON
Raw Normal View History

2025-10-16 15:22:45 +02:00
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": [
"artisan",
"boost:mcp"
]
},
"herd": {
"command": "php",
"args": [
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
],
"env": {
2025-10-17 09:20:35 +02:00
"SITE_PATH": "/Users/sebastianfrohlich/Herd/frontend"
2025-10-16 15:22:45 +02:00
}
}
}
}