Install albertoarena/laravel-truss as a local-only tool so /truss and the optional Truss MCP server can inspect structure without exposing row data.
20 lines
364 B
JSON
20 lines
364 B
JSON
{
|
|
"mcpServers": {
|
|
"laravel-boost": {
|
|
"command": "php",
|
|
"args": [
|
|
"artisan",
|
|
"boost:mcp"
|
|
]
|
|
},
|
|
"truss": {
|
|
"command": "php",
|
|
"args": [
|
|
"artisan",
|
|
"mcp:start",
|
|
"truss"
|
|
]
|
|
}
|
|
}
|
|
}
|