20 lines
453 B
JSON
20 lines
453 B
JSON
|
|
{
|
||
|
|
"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/pllx/Web/Herd/chatroom"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|