15 lines
295 B
JSON
15 lines
295 B
JSON
|
|
{
|
||
|
|
"mcpServers": {
|
||
|
|
"laravel-boost": {
|
||
|
|
"command": "php",
|
||
|
|
"args": ["app/artisan", "boost:mcp"]
|
||
|
|
},
|
||
|
|
"magic": {
|
||
|
|
"type": "stdio",
|
||
|
|
"command": "cmd",
|
||
|
|
"args": ["/c", "npx", "-y", "@21st-dev/magic@latest", "API_KEY=OLD_VALUE"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"preserveMe": "yes"
|
||
|
|
}
|