🚀 Refactor Laravel Boost MCP server configuration and enhance routing structure with new endpoints, redirects, and country-specific route groups

- 🛠️ Updated Laravel Boost MCP server command from `vendor/bin/sail` to `docker` with proper arguments
- 🌐 Added comprehensive routing structure including country-specific groups, dashboard redirects, and meetup/calendar routes
- 📝 Included new test routes, error handling, and image serving capabilities
- 🔧 Enhanced authentication middleware usage with country prefixes for various resource routes
- 🚫 Commented out legacy book rental routes while maintaining flexibility for future activation
- 🔄 Implemented fallback 404 handling with rate limiting and included auth routes from separate file
This commit is contained in:
HolgerHatGarKeineNode
2025-12-09 04:08:38 +01:00
parent 312837e6fd
commit e18d79aa40
2 changed files with 45 additions and 8 deletions

View File

@@ -1,11 +1,14 @@
name: Laravel Boost
name: laravel-boost
version: 0.0.1
schema: v1
mcpServers:
- name: laravel-boost
command: vendor/bin/sail
command: docker
args:
- artisan
- exec
- -i
- einundzwanzig-app-laravel.test-1
- php
- /var/www/html/artisan
- boost:mcp
env: {}