Files
chatroom/opencode.json
T

25 lines
612 B
JSON
Raw Normal View History

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"laravel-boost": {
"type": "local",
"enabled": true,
"command": [
"php",
"artisan",
"boost:mcp"
]
},
"herd": {
"type": "local",
"enabled": true,
"command": [
"php",
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
],
"environment": {
"SITE_PATH": "/Users/pllx/Web/Herd/chatroom"
}
}
}
}