trypost/.mcp.json
2026-03-31 09:36:09 -03:00

24 lines
No EOL
578 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/paulocastellano/Code/trypost"
}
},
"nightwatch": {
"type": "http",
"url": "https://nightwatch.laravel.com/mcp"
}
}
}