10 lines
217 B
JSON
10 lines
217 B
JSON
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/anthropics/claude-code/main/schemas/mcp.json",
|
||
|
|
"mcpServers": {
|
||
|
|
"laravel-boost": {
|
||
|
|
"command": "php",
|
||
|
|
"args": ["app/artisan", "boost:mcp"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|