Files
AndyTranscribe/.mcp.json
T
ben a1bddca2dd Add Laravel Truss for live schema diagrams.
Install albertoarena/laravel-truss as a local-only tool so /truss and the optional Truss MCP server can inspect structure without exposing row data.
2026-08-13 11:38:10 +02:00

20 lines
364 B
JSON

{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": [
"artisan",
"boost:mcp"
]
},
"truss": {
"command": "php",
"args": [
"artisan",
"mcp:start",
"truss"
]
}
}
}