🛠️ Enhance service index: Add link tooltips, improve button spacing, and clean up component formatting

This commit is contained in:
HolgerHatGarKeineNode
2025-12-07 03:51:40 +01:00
parent 6d8436c8a5
commit 22910553e4
7 changed files with 1807 additions and 27 deletions

11
.cursor/mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"laravel-boost": {
"command": "vendor/bin/sail",
"args": [
"artisan",
"boost:mcp"
]
}
}
}