Files
AFC-Demo/.mcp.json
T

20 lines
457 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": {
"SITE_PATH": "/Users/bobmolitor/Herd/trusted_ai"
}
}
}
}