18 lines
No EOL
298 B
JSON
18 lines
No EOL
298 B
JSON
{
|
|
"mcpServers": {
|
|
"laravel-boost": {
|
|
"command": "php",
|
|
"args": [
|
|
"artisan",
|
|
"boost:mcp"
|
|
]
|
|
},
|
|
"sequential-thinking": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
]
|
|
}
|
|
}
|
|
} |