trypost/.mcp.json

24 lines
578 B
JSON
Raw Normal View History

2026-01-15 01:13:44 +00:00
{
"mcpServers": {
"laravel-boost": {
2026-03-31 12:36:09 +00:00
"command": "php",
2026-01-15 01:13:44 +00:00
"args": [
"artisan",
"boost:mcp"
]
},
"herd": {
"command": "php",
"args": [
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
],
"env": {
"SITE_PATH": "/Users/paulocastellano/Code/trypost"
2026-01-15 01:13:44 +00:00
}
},
"nightwatch": {
"type": "http",
"url": "https://nightwatch.laravel.com/mcp"
2026-01-15 01:13:44 +00:00
}
}
}