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.
This commit is contained in:
ben
2026-08-13 11:38:10 +02:00
parent 1877fee258
commit a1bddca2dd
6 changed files with 564 additions and 2 deletions
+9 -1
View File
@@ -6,6 +6,14 @@
"artisan",
"boost:mcp"
]
},
"truss": {
"command": "php",
"args": [
"artisan",
"mcp:start",
"truss"
]
}
}
}
}